App\Models\Multiplayer\Score::game PHP Method

game() public method

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