belongsToMany(Game::class, 'authors_games'); } public static function findByName($name) { return self::where('name', $name)->first(); } }