Completed
Push — master ( 9e863a...6aaa85 )
by Phan
12:18 queued 05:15
created
app/Http/Controllers/API/ProfileController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers\API;
4 4
 
5 5
 use App\Http\Requests\API\ProfileUpdateRequest;
6
-use App\Models\User;
7 6
 use Hash;
8 7
 
9 8
 class ProfileController extends Controller
Please login to merge, or discard this patch.
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.