We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi, getting server error while using this package on PHP 8.0.3 in HttpRoute.php on line 130
It's fixed by
$formRequest = Collection::make($parameters)->filter(function (ReflectionParameter $parameter) { return $parameter->getDeclaringClass() && $parameter->getDeclaringClass()->isSubclassOf(FormRequest::class); })->first();
Hope this will be fixed in later updates.
Thanks for your attention :)
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the suggestion! 2.0.3 solves the issue.
Sorry, something went wrong.
No branches or pull requests
Hi, getting server error while using this package on PHP 8.0.3 in HttpRoute.php on line 130
It's fixed by
Hope this will be fixed in later updates.
Thanks for your attention :)
The text was updated successfully, but these errors were encountered: