Completed
Push — user-management ( d87e21 )
by Tony
03:32
created
app/Http/Controllers/UserDeviceController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 
26 26
 namespace App\Http\Controllers;
27 27
 
28
-use App\Http\Requests;
29 28
 use App\Http\Requests\AdminOnlyRequest;
30 29
 use App\Models\Device;
31 30
 use App\Models\User;
Please login to merge, or discard this patch.
app/Http/Controllers/UserPortController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 
26 26
 namespace App\Http\Controllers;
27 27
 
28
-use App\Http\Requests;
29 28
 use App\Http\Requests\AdminOnlyRequest;
30 29
 use App\Models\Port;
31 30
 use App\Models\User;
Please login to merge, or discard this patch.