Skip to content

Commit d0c1435

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 90c8e6c + 5dd5628 commit d0c1435

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

laravel/config/laravels.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
],
4343
'swoole_tables' => [
4444
],
45+
'cleaners' => [
46+
//Hhxsv5\LaravelS\Illuminate\Cleaners\SessionCleaner::class, // 如果你的项目中使用到了Session或Authentication,请解除这行注释
47+
//Hhxsv5\LaravelS\Illuminate\Cleaners\AuthCleaner::class, // 如果你的项目中使用到了Authentication或Passport,请解除这行注释
48+
Hhxsv5\LaravelS\Illuminate\Cleaners\JWTCleaner::class, // 如果你的项目中使用到了包"tymon/jwt-auth",请解除这行注释
49+
//...
50+
],
4551
'register_providers' => [
4652
],
4753
'swoole' => [

0 commit comments

Comments
 (0)