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 645056c + 88573a2 commit 281c7e2Copy full SHA for 281c7e2
swagger-config/marketing/php/templates/Configuration.mustache
@@ -26,6 +26,8 @@ class Configuration
26
protected $debugFile = 'php://output';
27
protected $tempFolderPath;
28
protected $timeout = 120;
29
+ {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
30
+ {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
31
32
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
33
{{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
0 commit comments