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 6a50182 + 75e72e9 commit 2c1bd86Copy full SHA for 2c1bd86
swagger-config/marketing/php/templates/Configuration.mustache
@@ -27,6 +27,9 @@ class Configuration
27
protected $tempFolderPath;
28
protected $timeout = 120;
29
30
+ {{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
31
+ {{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
32
+
33
public function __construct()
34
{
35
$this->tempFolderPath = sys_get_temp_dir();
0 commit comments