Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 254d08a

Browse files
authored
Merge pull request #437 from Arkanius/patch-1
Add auth to the pre_resolved as default
2 parents 4167206 + 3a93e92 commit 254d08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/swoole_http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
'pre_resolved' => [
8282
'view', 'files', 'session', 'session.store', 'routes',
8383
'db', 'db.factory', 'cache', 'cache.store', 'config', 'cookie',
84-
'encrypter', 'hash', 'router', 'translator', 'url', 'log',
84+
'encrypter', 'hash', 'router', 'translator', 'url', 'log', 'auth',
8585
],
8686

8787
/*

0 commit comments

Comments
 (0)