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 f514c62 + c2075c3 commit e95b918Copy full SHA for e95b918
templates/php/src/Services/Service.php.twig
@@ -53,7 +53,7 @@ class {{ service.name | caseUcfirst }} extends Service
53
);
54
55
{{~ include('php/base/params.twig') -}}
56
- {%~ if 'multipart/form-data' in method.consumes and method.type != "upload" %}
+ {%~ if 'multipart/form-data' in method.consumes and method.name | lower != "createexecution" %}
57
{{~ include('php/base/requests/file.twig') }}
58
{%~ else %}
59
0 commit comments