App\Models\Multiplayer\Event::match PHP 메소드

match() 공개 메소드

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