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.
2 parents 8abfd5a + 6f14906 commit e154553Copy full SHA for e154553
.github/workflows/openapi.yml
@@ -82,7 +82,7 @@ jobs:
82
run: |
83
java -jar "${{ runner.temp }}/openapi-generator-cli.jar" generate \
84
--input-spec "${{ runner.temp }}/spec.json" \
85
- --generator-name php \
+ --generator-name php-nextgen \
86
--output ./ \
87
--enable-post-process-file \
88
--additional-properties 'invokerPackage=Cone\Billingo,variableNamingConvention=camelCase,srcBasePath=src'
0 commit comments