@@ -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 @@ discard block |
||
| 35 | 35 | /** |
| 36 | 36 | * Display the eventlog widget. |
| 37 | 37 | * |
| 38 | - * @param int $id |
|
| 39 | 38 | * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View |
| 40 | 39 | */ |
| 41 | 40 | public function eventlog(EventlogDataTable $dataTable) |
@@ -47,7 +46,6 @@ discard block |
||
| 47 | 46 | /** |
| 48 | 47 | * Display the alerts widget. |
| 49 | 48 | * |
| 50 | - * @param int $id |
|
| 51 | 49 | * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View |
| 52 | 50 | */ |
| 53 | 51 | public function alerts(AlertsDataTable $dataTable) |
@@ -58,7 +56,6 @@ discard block |
||
| 58 | 56 | /** |
| 59 | 57 | * Display the availability-map widget. |
| 60 | 58 | * |
| 61 | - * @param int $id |
|
| 62 | 59 | * @return \Illuminate\Http\Response|null |
| 63 | 60 | */ |
| 64 | 61 | public function availability_map() |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Illuminate\Contracts\Auth\Guard; |
| 6 | 6 | use Dingo\Api\Http; |
| 7 | 7 | use Dingo\Api\Routing\Helpers; |
| 8 | -use Illuminate\Http\Request; |
|
| 9 | 8 | |
| 10 | 9 | class SetViewVariable |
| 11 | 10 | { |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | */ |
| 84 | 84 | public function getAjax() |
| 85 | 85 | { |
| 86 | - return ''; |
|
| 86 | + return ''; |
|
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | } |