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.
1 parent 4ce7c8f commit 350375cCopy full SHA for 350375c
templates/php/src/Services/Service.php.twig
@@ -27,7 +27,7 @@ class {{ service.name | caseUcfirst }} extends Service
27
{
28
public function __construct(Client $client)
29
30
- $this->client = $client;
+ parent::__construct($client);
31
}
32
33
{% for method in service.methods %}
0 commit comments