Skip to content

Commit 3fc4e19

Browse files
committed
Fix incorrect project assignment in client creation
1 parent 6a5bcf7 commit 3fc4e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct(
8282
$this->messageFactory = MessageFactoryDiscovery::find();
8383
$this->apiVersion = $apiVersion ?: '1.0';
8484
$this->url = $url ?: 'https://127.0.0.1:8443';
85-
$this->projectName = $projectName;
85+
$this->project = $projectName;
8686

8787
$this->addPlugin(new LxdExceptionThrower());
8888

0 commit comments

Comments
 (0)