Esensi\Model\Traits\SluggableModelTrait::getSlugKey PHP Method

getSlugKey() public method

Get the key that defines the model's sluggable attribute.
public getSlugKey ( ) : string
return string
    public function getSlugKey()
    {
        return $this->sluggableKey ?: 'slug';
    }