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

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

public sluggable ( )
    public function sluggable()
    {
        return ['slug' => ['source' => 'title', 'includeTrashed' => true]];
    }
PostWithSoftDeletingIncludeTrashed