@@ -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() |