belongsToMany(Movie::class, 'movie_studio'); } protected static function newFactory(): Factory { return \Database\Factories\StudioFactory::new(); } }