Merge branch 'master' of github.com:phanan/koel

This commit is contained in:
Phan An 2017-08-21 22:21:15 +01:00
commit 72d7dd7f0b

View file

@ -2,8 +2,8 @@
namespace App\Services;
use Cache;
use App\Models\Song;
use Cache;
use GuzzleHttp\Client;
class YouTube extends RESTfulService