Skip to content

Commit cbbf384

Browse files
committed
feat: update OpenAPI documentation with environment variable support
1 parent 66f4ac4 commit cbbf384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OpenApi/AppInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
/**
66
* @OA\Info(
7-
* description="L5_SWAGGER_INFO_DESCRIPTION",
7+
* description=L5_SWAGGER_INFO_DESCRIPTION,
88
* version="1.0.0",
9-
* title="L5_SWAGGER_INFO_TITLE",
9+
* title=L5_SWAGGER_INFO_TITLE,
1010
* termsOfService="https://swagger.io/terms/",
1111
* @OA\Contact(
1212
* email="contact@cslant.com",

0 commit comments

Comments
 (0)