We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5bcf7 commit 3fc4e19Copy full SHA for 3fc4e19
1 file changed
src/Client.php
@@ -82,7 +82,7 @@ public function __construct(
82
$this->messageFactory = MessageFactoryDiscovery::find();
83
$this->apiVersion = $apiVersion ?: '1.0';
84
$this->url = $url ?: 'https://127.0.0.1:8443';
85
- $this->projectName = $projectName;
+ $this->project = $projectName;
86
87
$this->addPlugin(new LxdExceptionThrower());
88
0 commit comments