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';
    }