Mpociot\Teamwork\Traits\UsedByTeams::team PHP Method

team() public method

public team ( ) : mixed
return mixed
    public function team()
    {
        return $this->belongsTo(Config::get('teamwork.team_model'));
    }