BookStack\JointPermission::entity PHP Method

entity() public method

Get the entity this points to.
public entity ( ) : Illuminate\Database\Eloquent\Relations\MorphOne
return Illuminate\Database\Eloquent\Relations\MorphOne
    public function entity()
    {
        return $this->morphOne(Entity::class, 'entity');
    }
JointPermission