Spot\Entity::entity PHP Method

entity() public method

Helper function so entity can be accessed via relation in a more consistent manner with 'entity()' without any errors (i.e. relation will not error if it already has a loaded entity object - it just returns $this)
public entity ( )
    public function entity()
    {
        return $this;
    }