@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | /** |
151 | 151 | * Category create form processing. |
152 | 152 | * |
153 | - * @return Redirect |
|
153 | + * @return \Illuminate\Http\RedirectResponse |
|
154 | 154 | */ |
155 | 155 | public function postCreate() |
156 | 156 | { |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | * Delete the given category. |
219 | 219 | * |
220 | 220 | * @param int $id |
221 | - * @return Redirect |
|
221 | + * @return \Illuminate\Http\RedirectResponse |
|
222 | 222 | */ |
223 | 223 | public function getDelete($id = null) |
224 | 224 | { |
@@ -264,7 +264,7 @@ discard block |
||
264 | 264 | * Restore a deleted category. |
265 | 265 | * |
266 | 266 | * @param int $id |
267 | - * @return Redirect |
|
267 | + * @return \Illuminate\Http\RedirectResponse |
|
268 | 268 | */ |
269 | 269 | public function getRestore($id = null) |
270 | 270 | { |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | * Post update form processing page. |
95 | 95 | * |
96 | 96 | * @param int $id |
97 | - * @return Redirect |
|
97 | + * @return \Illuminate\Http\RedirectResponse |
|
98 | 98 | */ |
99 | 99 | public function postEdit($id = null) |
100 | 100 | { |
@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | /** |
179 | 179 | * Post create form processing. |
180 | 180 | * |
181 | - * @return Redirect |
|
181 | + * @return \Illuminate\Http\RedirectResponse |
|
182 | 182 | */ |
183 | 183 | public function postCreate() |
184 | 184 | { |
@@ -252,7 +252,7 @@ discard block |
||
252 | 252 | * Delete the given post. |
253 | 253 | * |
254 | 254 | * @param int $id |
255 | - * @return Redirect |
|
255 | + * @return \Illuminate\Http\RedirectResponse |
|
256 | 256 | */ |
257 | 257 | public function getDelete($id = null) |
258 | 258 | { |
@@ -298,7 +298,7 @@ discard block |
||
298 | 298 | * Restore a deleted post. |
299 | 299 | * |
300 | 300 | * @param int $id |
301 | - * @return Redirect |
|
301 | + * @return \Illuminate\Http\RedirectResponse |
|
302 | 302 | */ |
303 | 303 | public function getRestore($id = null) |
304 | 304 | { |