app\models\TournamentRegistration::tournament PHP 메소드

tournament() 공개 메소드

public tournament ( )
    public function tournament()
    {
        return $this->belongsTo('App\\Models\\Tournament');
    }
TournamentRegistration