@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | * Store a newly created resource in storage. |
50 | 50 | * |
51 | 51 | * @param Requests\DepartmentsValidator $input |
52 | - * @return \Illuminate\Http\Response |
|
52 | + * @return \Illuminate\Http\RedirectResponse |
|
53 | 53 | */ |
54 | 54 | public function store(Requests\DepartmentsValidator $input) |
55 | 55 | { |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | * |
87 | 87 | * @param Requests\DepartmentsValidator $input |
88 | 88 | * @param int $id the department id in the database. |
89 | - * @return \Illuminate\Http\Response |
|
89 | + * @return \Illuminate\Http\RedirectResponse |
|
90 | 90 | */ |
91 | 91 | public function update(Requests\DepartmentsValidator $input, $id) |
92 | 92 | { |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | * Remove the specified resource from storage. |
99 | 99 | * |
100 | 100 | * @param int $id the department id in the database. |
101 | - * @return \Illuminate\Http\Response |
|
101 | + * @return \Illuminate\Http\RedirectResponse |
|
102 | 102 | */ |
103 | 103 | public function destroy($id) |
104 | 104 | { |