Feb 24, 2025
0
Level 75
Array to list in user model error
When upgrading and changing in user modal:
* @var array<int, string>
to
* @var list<string>
I get Field $fillable has already been declared. I can't understand why. I don't get using list here, it's an array. Also for now I just skipped this change.
Please or to participate in this conversation.