@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | 37 | * @param $url |
| 38 | - * @return mixed |
|
| 38 | + * @return Response |
|
| 39 | 39 | */ |
| 40 | 40 | protected function forwardResponse($url): Response |
| 41 | 41 | { |
@@ -172,6 +172,9 @@ |
||
| 172 | 172 | return route($type, $attributes, false); |
| 173 | 173 | } |
| 174 | 174 | |
| 175 | + /** |
|
| 176 | + * @param boolean $unique |
|
| 177 | + */ |
|
| 175 | 178 | protected function validateCreate( |
| 176 | 179 | string $requestPath, |
| 177 | 180 | ?string $targetPath, |