diff --git a/swagger-config/marketing/php/templates/Configuration.mustache b/swagger-config/marketing/php/templates/Configuration.mustache index 245f62d..a2773b8 100644 --- a/swagger-config/marketing/php/templates/Configuration.mustache +++ b/swagger-config/marketing/php/templates/Configuration.mustache @@ -26,8 +26,6 @@ class Configuration protected $debugFile = 'php://output'; protected $tempFolderPath; protected $timeout = 120; - {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}}; - {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}} {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}}; {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}