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