Skip to content

Commit 1806769

Browse files
committed
c
1 parent 2ceb31d commit 1806769

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
composer require xtwoend/oauth-server
99
1010
php bin/hyperf.php vendor:publish xtwoend/oauth-server
11-
```
11+
```
12+

src/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __invoke(): array
5252
'id' => 'config',
5353
'description' => 'The config for oauth.',
5454
'source' => __DIR__ . '/../publish/oauth.php',
55-
'destination' => BASE_PATH . '/config/oauth.php',
55+
'destination' => BASE_PATH . '/config/autoload/oauth.php',
5656
],
5757
[
5858
'id' => 'migration',

0 commit comments

Comments
 (0)