Cviebrock\EloquentSluggable\Tests\Models\PostWithCustomSeparator::sluggable PHP Метод

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

Return the sluggable configuration array for this model.
public sluggable ( ) : array
Результат array
    public function sluggable()
    {
        return ['slug' => ['source' => 'title', 'separator' => '.']];
    }
PostWithCustomSeparator