清理 Auth

This commit is contained in:
iVampireSP.com 2022-09-09 12:50:08 +08:00
parent 2b7835c8f1
commit 716c4a1249
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -305,4 +305,8 @@
'upload_tmp_dir' => @is_writable('/dev/shm/') ? '/dev/shm' : '/tmp',
'http_compression' => env('LARAVELS_HTTP_COMPRESSION', false),
],
'cleaners' => [
Hhxsv5\LaravelS\Illuminate\Cleaners\AuthCleaner::class,
],
];