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

getSlugAttribute() public method

Get the value assigned to the sluggable key.
public getSlugAttribute ( ) : string
return string
    public function getSlugAttribute()
    {
        return array_get($this->attributes, $this->getSlugKey());
    }