Skip to content

Commit ec5fa1e

Browse files
committed
Update README.md
1 parent 58525b3 commit ec5fa1e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ use Hyperf\ApiDocs\DTO\GlobalResponse;
5757
use function Hyperf\Support\env;
5858

5959
return [
60-
/*
61-
|--------------------------------------------------------------------------
62-
| 启动 swagger 服务
63-
|--------------------------------------------------------------------------
64-
|
65-
| false 将不会启动 swagger 服务
66-
|
67-
*/
68-
'enable' => env('APP_ENV') !== 'prod',
60+
/*
61+
|--------------------------------------------------------------------------
62+
| 启动 swagger 服务
63+
|--------------------------------------------------------------------------
64+
|
65+
| false 将不会启动 swagger 服务
66+
|
67+
*/
68+
'enable' => env('APP_ENV') !== 'prod',
6969

7070
/*
7171
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)