From 716c4a1249736f73f1cb2307ea63d3673838abaf Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Fri, 9 Sep 2022 12:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=20Auth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/laravels.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/laravels.php b/config/laravels.php index 54b62cf..be5efa6 100644 --- a/config/laravels.php +++ b/config/laravels.php @@ -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, + ], ];