@@ -439,10 +439,10 @@ |
||
439 | 439 | } |
440 | 440 | |
441 | 441 | /** |
442 | - * @param int $id |
|
443 | - * @param int|null $submoduleId |
|
444 | - * @return \Illuminate\Http\JsonResponse|\Illuminate\Http\RedirectResponse|\Illuminate\View\View |
|
445 | - */ |
|
442 | + * @param int $id |
|
443 | + * @param int|null $submoduleId |
|
444 | + * @return \Illuminate\Http\JsonResponse|\Illuminate\Http\RedirectResponse|\Illuminate\View\View |
|
445 | + */ |
|
446 | 446 | public function edit($id, $submoduleId = null) |
447 | 447 | { |
448 | 448 | $params = $this->request->route()->parameters(); |