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

match() public method

public match ( )
    public function match()
    {
        return $this->belongsTo(Match::class);
    }