Skip to content

Commit

Permalink
conform to user agent format
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanford8 committed Jun 24, 2024
1 parent dd430f6 commit bf310b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MuxPhp/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'OpenAPI-Generator/3.18.0/PHP';
protected $userAgent = 'Mux PHP | 3.18.0';

/**
* Debug switch (default set to false)
Expand Down
2 changes: 1 addition & 1 deletion gen/templates/Configuration.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = '{{#httpUserAgent}}{{{.}}}{{/httpUserAgent}}{{^httpUserAgent}}OpenAPI-Generator/{{#artifactVersion}}{{{.}}}{{/artifactVersion}}{{^artifactVersion}}1.0.0{{/artifactVersion}}/PHP{{/httpUserAgent}}';
protected $userAgent = 'Mux PHP | {{#artifactVersion}}{{{.}}}{{/artifactVersion}}{{^artifactVersion}}1.0.0{{/artifactVersion}}';
/**
* Debug switch (default set to false)
Expand Down

0 comments on commit bf310b5

Please sign in to comment.