Eloquent\Phony\Reflection\Exception\UndefinedFeatureException::feature PHP Method

feature() public method

Get the feature.
public feature ( ) : string
return string The feature.
    public function feature()
    {
        return $this->feature;
    }
UndefinedFeatureException