@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | * Store a newly created resource in storage. |
| 45 | 45 | * |
| 46 | 46 | * @param Requests\HolidayValidator $input |
| 47 | - * @return \Illuminate\Http\Response |
|
| 47 | + * @return \Illuminate\Http\RedirectResponse |
|
| 48 | 48 | */ |
| 49 | 49 | public function store(Requests\HolidayValidator $input) |
| 50 | 50 | { |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | * |
| 90 | 90 | * @param Requests\HolidayValidator $input |
| 91 | 91 | * @param int | $id | The database id. |
| 92 | - * @return \Illuminate\Http\Response |
|
| 92 | + * @return \Illuminate\Http\RedirectResponse |
|
| 93 | 93 | */ |
| 94 | 94 | public function update(Requests\HolidayValidator $input, $id) |
| 95 | 95 | { |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | * Remove the specified resource from storage. |
| 106 | 106 | * |
| 107 | 107 | * @param int | $id | The database id. |
| 108 | - * @return \Illuminate\Http\Response |
|
| 108 | + * @return \Illuminate\Http\RedirectResponse |
|
| 109 | 109 | */ |
| 110 | 110 | public function destroy($id) |
| 111 | 111 | { |