belongsToMany(Game::class, 'languages_games'); } public static function findByCode($code) { return self::where('code', $code)->first(); } }