Cviebrock\EloquentSluggable\SluggableScopeHelpers::getSlugKey PHP Method

getSlugKey() public method

Primary slug value of this model.
public getSlugKey ( ) : string
return string
    public function getSlugKey()
    {
        return $this->getAttribute($this->getSlugKeyName());
    }