BookStack\JointPermission::role PHP Метод

role() публичный Метод

Get the role that this points to.
public role ( ) : BelongsTo
Результат Illuminate\Database\Eloquent\Relations\BelongsTo
    public function role()
    {
        return $this->belongsTo(Role::class);
    }
JointPermission