App\Models\Multiplayer\Score::game PHP 메소드

game() 공개 메소드

public game ( )
    public function game()
    {
        return $this->belongsTo(Game::class);
    }