Closed MohammadAsafrahOyoun closed 1 year ago
protected $casts = [ 'media' => \Outl1ne\NovaMediaHub\Casts\MediaCast::class, ]; I added this code in the model with the same error
Heya! Thanks for reporting this. The MediaCast should now work as intended in version 1.6.2.
protected $casts = [ 'media' => \Outl1ne\NovaMediaHub\Casts\MediaCast::class, ]; I added this code in the model with the same error