Cviebrock\EloquentSluggable\Tests\Models\PostShortConfig::sluggable PHP Méthode

sluggable() public méthode

Return the sluggable configuration array for this model.
public sluggable ( ) : array
Résultat array
    public function sluggable()
    {
        return ['slug'];
    }
PostShortConfig