*/ protected $fillable = [ 'media_id', ]; /** * Get attachments attachable */ public function attachable() { return $this->morphTo(); }}