清理 Auth
This commit is contained in:
parent
2b7835c8f1
commit
716c4a1249
@ -305,4 +305,8 @@
|
|||||||
'upload_tmp_dir' => @is_writable('/dev/shm/') ? '/dev/shm' : '/tmp',
|
'upload_tmp_dir' => @is_writable('/dev/shm/') ? '/dev/shm' : '/tmp',
|
||||||
'http_compression' => env('LARAVELS_HTTP_COMPRESSION', false),
|
'http_compression' => env('LARAVELS_HTTP_COMPRESSION', false),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'cleaners' => [
|
||||||
|
Hhxsv5\LaravelS\Illuminate\Cleaners\AuthCleaner::class,
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user