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

[Bug]: It tries to add a $hidden to $fillable #2

Open
rabol opened this issue Feb 10, 2024 · 0 comments
Open

[Bug]: It tries to add a $hidden to $fillable #2

rabol opened this issue Feb 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rabol
Copy link

rabol commented Feb 10, 2024

What happened?

If you have a filed in $hidden, then it suggest that it will be added to $fillable

How to reproduce the bug

php artisan update:fillable

normally User model have the 'remember_token' in the $hidden, but this command tries to add it to the $fillable

Package Version

0.0.4

PHP Version

8.3.2

Laravel Version

10.43.0

Which operating systems does with happen with?

macOS

Notes

No response

@rabol rabol added the bug Something isn't working label Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant