chore: remove unused import and fix spacing in cache config

pull/6912/head
Your Name 4 weeks ago
parent 0d00727dc2
commit 3be6dbf547

@ -1,6 +1,5 @@
<?php
use App\Models\CustomFilter;
use Illuminate\Support\Str;
return [
@ -142,7 +141,7 @@ return [
'prefix' => env(
'CACHE_PREFIX',
Str::slug(env('APP_NAME', 'laravel'), '_') . '_cache'
Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'
),
/*

Loading…
Cancel
Save