BookStack\Activity::entity PHP Method

entity() public method

Get the entity for this activity.
public entity ( )
    public function entity()
    {
        if ($this->entity_type === '') {
            $this->entity_type = null;
        }
        return $this->morphTo('entity');
    }