jlrdw's avatar
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.

0 likes
0 replies

Please or to participate in this conversation.