Test Setup Failed
Push — master ( 57e282...3fccfa )
by Phan
03:47
created
app/Models/File.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use getID3;
7 7
 use getid3_lib;
8 8
 use Illuminate\Support\Facades\Log;
9
-use Media;
10 9
 use SplFileInfo;
11 10
 use Symfony\Component\Finder\Finder;
12 11
 
Please login to merge, or discard this patch.
app/Services/Lastfm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use GuzzleHttp\Client;
7
-use Illuminate\Support\Facades\Cache;
8 7
 use Log;
9 8
 
10 9
 class Lastfm extends RESTfulService
Please login to merge, or discard this patch.