We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceb31d commit 1806769Copy full SHA for 1806769
readme.md
@@ -8,4 +8,5 @@
8
composer require xtwoend/oauth-server
9
10
php bin/hyperf.php vendor:publish xtwoend/oauth-server
11
-```
+```
12
+
src/ConfigProvider.php
@@ -52,7 +52,7 @@ public function __invoke(): array
52
'id' => 'config',
53
'description' => 'The config for oauth.',
54
'source' => __DIR__ . '/../publish/oauth.php',
55
- 'destination' => BASE_PATH . '/config/oauth.php',
+ 'destination' => BASE_PATH . '/config/autoload/oauth.php',
56
],
57
[
58
'id' => 'migration',
0 commit comments