diff --git a/swagger-config/marketing/php/templates/Configuration.mustache b/swagger-config/marketing/php/templates/Configuration.mustache index 97665a6..63f8e30 100644 --- a/swagger-config/marketing/php/templates/Configuration.mustache +++ b/swagger-config/marketing/php/templates/Configuration.mustache @@ -26,6 +26,8 @@ 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}} public function __construct() {