File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function middleware()
38
38
return $ this ->middleware ;
39
39
}
40
40
41
- public function action () : string
41
+ public function action (): string
42
42
{
43
43
return $ this ->route ->getActionName ();
44
44
}
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ protected function addActionScopes()
179
179
}
180
180
}
181
181
182
- protected function getFormRules () : array
182
+ protected function getFormRules (): array
183
183
{
184
184
$ action_instance = $ this ->getActionClassInstance ();
185
185
@@ -218,7 +218,7 @@ protected function getParameterGenerator($rules)
218
218
}
219
219
}
220
220
221
- private function getActionClassInstance () : ?ReflectionMethod
221
+ private function getActionClassInstance (): ?ReflectionMethod
222
222
{
223
223
[$ class , $ method ] = Str::parseCallback ($ this ->route ->action ());
224
224
You can’t perform that action at this time.
0 commit comments