Modules\Recipe\Events\RecipeWasCreated::getEntity PHP Method

getEntity() public method

Return the entity
public getEntity ( ) : Model
return Illuminate\Database\Eloquent\Model
    public function getEntity()
    {
        return $this->recipe;
    }