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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declaration of Laravel\Nova\Support\Fluent::fill(array $attributes) must be compatible with Illuminate\Support\Fluent::fill($attributes)
The text was updated successfully, but these errors were encountered:
I am experiencing the same issue. A temporary fix to keep going is to remove the type "array" from the fill function in Nova Support Fluent.php
From public function fill(array $attributes) to public function fill($attributes)
Sorry, something went wrong.
I am experiencing the same issue. A temporary fix to keep going is to remove the type "array" from the fill function in Nova Support Fluent.php From public function fill(array $attributes) to public function fill($attributes)
Yup, this will temporary fix the issue
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Description:
Declaration of Laravel\Nova\Support\Fluent::fill(array $attributes) must be compatible with Illuminate\Support\Fluent::fill($attributes)
The text was updated successfully, but these errors were encountered: