Skip to content
New issue

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

Fatal Error after updating to laravel 11.41.2 #6696

Closed
laravelwebdev opened this issue Jan 30, 2025 · 3 comments
Closed

Fatal Error after updating to laravel 11.41.2 #6696

laravelwebdev opened this issue Jan 30, 2025 · 3 comments
Labels
bug Verified bug by the Nova team fix incoming A fix is in review

Comments

@laravelwebdev
Copy link

  • Laravel Version: 11.41.2
  • Nova Version: 5
  • PHP Version: 8.3

Description:

Declaration of Laravel\Nova\Support\Fluent::fill(array $attributes) must be compatible with Illuminate\Support\Fluent::fill($attributes)

@lluisandreu
Copy link

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)

@laravelwebdev
Copy link
Author

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

@crynobone crynobone added bug Verified bug by the Nova team fix incoming A fix is in review labels Jan 30, 2025
Copy link

github-actions bot commented Feb 5, 2025

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Verified bug by the Nova team fix incoming A fix is in review
Projects
None yet
Development

No branches or pull requests

3 participants