Type of Spatie\MediaLibrary\Models\Media::$casts must be array (as in class Illuminate\Database\Eloquent\Model) #2800
Replies: 3 comments 2 replies
-
The tests indicate that everything is working as expected. If you find that this error is caused by the package, feel free to PR a fix. |
Beta Was this translation helpful? Give feedback.
-
I just add 'array' to typage and i solve the problem : namespace Spatie\MediaLibrary\MediaCollections\Models; class Media extends Model implements Responsable, Htmlable befor :
after :
|
Beta Was this translation helpful? Give feedback.
-
@freekmurze THE PROBLEM is that $casts in Illuminate\Database\Eloquent\Model are typed with array : I don't know what about php 7.3 or 7.2 ... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
php 7.4 problem with typing
Beta Was this translation helpful? Give feedback.
All reactions