@@ -86,7 +86,6 @@ discard block |
||
| 86 | 86 | /** |
| 87 | 87 | * Handle a delete action for the post. |
| 88 | 88 | * |
| 89 | - * @param \Illuminate\Http\Request $request |
|
| 90 | 89 | * @param int $id |
| 91 | 90 | * |
| 92 | 91 | * @return \Illuminate\Http\RedirectResponse |
@@ -195,7 +194,7 @@ discard block |
||
| 195 | 194 | * |
| 196 | 195 | * @param int $id |
| 197 | 196 | * |
| 198 | - * @return \Illuminate\Http\JsonResponse|\Illuminate\View\View |
|
| 197 | + * @return \Symfony\Component\HttpFoundation\Response |
|
| 199 | 198 | */ |
| 200 | 199 | public function editTemplate(int $id) |
| 201 | 200 | { |