@@ -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 | |
@@ -29,10 +29,10 @@ |
||
| 29 | 29 | use App\DataTables\General\EventlogDataTable; |
| 30 | 30 | use App\DataTables\General\SyslogDataTable; |
| 31 | 31 | use App\Http\Controllers\Controller; |
| 32 | -use App\Settings; |
|
| 33 | 32 | use App\Models\Device; |
| 34 | 33 | use App\Models\Port; |
| 35 | 34 | use App\Models\User; |
| 35 | +use App\Settings; |
|
| 36 | 36 | use Illuminate\Http\Request; |
| 37 | 37 | |
| 38 | 38 | class WidgetDataController extends Controller |