Skip to content

Commit 2c1bd86

Browse files
authored
Merge pull request #363 from webkod3r/marketing-php8-support
Generate code for marketing-php APIs variables
2 parents 6a50182 + 75e72e9 commit 2c1bd86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swagger-config/marketing/php/templates/Configuration.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ class Configuration
2727
protected $tempFolderPath;
2828
protected $timeout = 120;
2929
30+
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}{{#-first}}public ${{#tags}}{{{name}}}{{/tags}};
31+
{{/-first}}{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}
32+
3033
public function __construct()
3134
{
3235
$this->tempFolderPath = sys_get_temp_dir();

0 commit comments

Comments
 (0)