outl1ne / nova-media-hub

This Laravel Nova package allows you to manage media and media fields.
MIT License
45 stars 22 forks source link

Array to string conversion when use multiple #55

Closed MohammadAsafrahOyoun closed 1 year ago

MohammadAsafrahOyoun commented 1 year ago

protected $casts = [ 'media' => \Outl1ne\NovaMediaHub\Casts\MediaCast::class, ]; I added this code in the model with the same error

Tarpsvo commented 1 year ago

Heya! Thanks for reporting this. The MediaCast should now work as intended in version 1.6.2.