*/ protected $fillable = [ 'slug', ]; /** * Get the parent sluggable model. */ public function sluggable(): MorphTo { return $this->morphTo(); } }