@@ -3,10 +3,8 @@ |
||
| 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; |