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

setSlugKey() public method

Set the key that defines the model's sluggable attribute.
public setSlugKey ( string $key ) : Illuminate\Database\Eloquent\Model
$key string
return Illuminate\Database\Eloquent\Model
    public function setSlugKey($key)
    {
        $this->sluggableKey = $key;
        return $this;
    }