Completed
Pull Request — develop (#184)
by Tony
32:16
created
app/Http/Controllers/DeviceController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace App\Http\Controllers;
4 4
 
5 5
 use App\DataTables\DeviceDataTable;
6
-use App\DataTables\DeviceGroupDataTable;
7 6
 use App\Models\Device;
8 7
 use App\Models\DeviceGroup;
9
-use App\Models\Port;
10 8
 use Dingo\Api\Http;
11 9
 use Dingo\Api\Routing\Helpers;
12 10
 use Illuminate\Http\Request;
Please login to merge, or discard this patch.