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