Esensi\Model\Traits\SluggableModelTrait::getSlugKey PHP Метод

getSlugKey() публичный Метод

Get the key that defines the model's sluggable attribute.
public getSlugKey ( ) : string
Результат string
    public function getSlugKey()
    {
        return $this->sluggableKey ?: 'slug';
    }