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

game() public method

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