@@ -25,10 +25,10 @@ |
||
| 25 | 25 | |
| 26 | 26 | namespace App\Http\Controllers\General; |
| 27 | 27 | |
| 28 | +use App\DataTables\General\ArpDataTable; |
|
| 28 | 29 | use App\DataTables\General\IPv4DataTable; |
| 29 | 30 | use App\DataTables\General\IPv6DataTable; |
| 30 | 31 | use App\DataTables\General\MacDataTable; |
| 31 | -use App\DataTables\General\ArpDataTable; |
|
| 32 | 32 | use App\Http\Controllers\Controller; |
| 33 | 33 | use Illuminate\Http\Request; |
| 34 | 34 | |
@@ -35,7 +35,6 @@ |
||
| 35 | 35 | use App\Models\UsersWidgets; |
| 36 | 36 | use App\Settings; |
| 37 | 37 | use Illuminate\Http\Request; |
| 38 | -use JWTAuth; |
|
| 39 | 38 | |
| 40 | 39 | class WidgetDataController extends Controller |
| 41 | 40 | { |