We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49b473 commit d2717adCopy full SHA for d2717ad
1 file changed
system/HTTP/FormRequest.php
@@ -105,7 +105,7 @@ public function isAuthorized(): bool
105
*
106
* @return class-string<self>|null
107
*/
108
- public static function getFormRequestClass(ReflectionParameter $param): ?string
+ final public static function getFormRequestClass(ReflectionParameter $param): ?string
109
{
110
$type = $param->getType();
111
0 commit comments