diff --git a/swagger-config/marketing/php/templates/Configuration.mustache b/swagger-config/marketing/php/templates/Configuration.mustache index 97665a6..a2773b8 100644 --- a/swagger-config/marketing/php/templates/Configuration.mustache +++ b/swagger-config/marketing/php/templates/Configuration.mustache @@ -27,6 +27,9 @@ class Configuration protected $tempFolderPath; protected $timeout = 120; + {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}}; + {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}} + public function __construct() { $this->tempFolderPath = sys_get_temp_dir();