Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #507 from ad-mos/patch-1
Browse files Browse the repository at this point in the history
Clear auth instance on every requests
  • Loading branch information
Arkanius authored Jan 20, 2022
2 parents e00771a + 82687eb commit 43d0878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/swoole_http.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'pre_resolved' => [
'view', 'files', 'session', 'session.store', 'routes',
'db', 'db.factory', 'cache', 'cache.store', 'config', 'cookie',
'encrypter', 'hash', 'router', 'translator', 'url', 'log', 'auth',
'encrypter', 'hash', 'router', 'translator', 'url', 'log',
],

/*
Expand All @@ -90,7 +90,7 @@
|--------------------------------------------------------------------------
*/
'instances' => [
//
'auth',
],

/*
Expand Down

0 comments on commit 43d0878

Please sign in to comment.