Skip to content

Commit

Permalink
Endpoint namespacing fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
meuppt committed Feb 18, 2021
1 parent 436ab77 commit 866923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function __construct(string $endpoint, array $method, Config $config, $ar
$this->endpoint = $endpoint;
$this->method = $method;
$this->config = $config;
$this->namespace = $this->config->getPsr();
$this->namespace = $this->config->getNamespace();
$this->path = $this->config->getPath();
$this->version = $this->config->getVersion();

Expand Down

0 comments on commit 866923f

Please sign in to comment.