@@ -96,6 +96,9 @@ |
||
| 96 | 96 | return ! Str::contains($action, '@'); |
| 97 | 97 | } |
| 98 | 98 | |
| 99 | + /** |
|
| 100 | + * @param null|Model $model |
|
| 101 | + */ |
|
| 99 | 102 | private function getParameters(?Model $model) |
| 100 | 103 | { |
| 101 | 104 | if (! optional($model)->exists) { |