@@ -27,9 +27,9 @@ |
||
| 27 | 27 | |
| 28 | 28 | use App\Api\Controllers\Controller; |
| 29 | 29 | use App\Models\General\IPv4; |
| 30 | +use App\Models\General\IPv4Mac; |
|
| 30 | 31 | use App\Models\General\IPv6; |
| 31 | 32 | use App\Models\Port; |
| 32 | -use App\Models\General\IPv4Mac; |
|
| 33 | 33 | use Dingo\Api\Http; |
| 34 | 34 | use Dingo\Api\Routing\Helpers; |
| 35 | 35 | use Illuminate\Http\Request; |
@@ -26,12 +26,10 @@ |
||
| 26 | 26 | namespace App\DataTables\General; |
| 27 | 27 | |
| 28 | 28 | use App\Models\General\IPv4; |
| 29 | -use App\Models\General\IPv6; |
|
| 30 | 29 | use App\Models\General\IPv4Mac; |
| 31 | -use App\Models\Device; |
|
| 30 | +use App\Models\General\IPv6; |
|
| 32 | 31 | use App\Models\Port; |
| 33 | 32 | use Yajra\Datatables\Services\DataTable; |
| 34 | -use Illuminate\Http\Request; |
|
| 35 | 33 | |
| 36 | 34 | class SearchDataTable extends DataTable |
| 37 | 35 | { |