Skip to content

Commit 28f5058

Browse files
committed
Set project as private property member of client
1 parent b91c0af commit 28f5058

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Client.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ class Client
6060
*/
6161
private $httpClientModified = true;
6262

63+
/**
64+
* Project to query lxd by
65+
*/
66+
private $project = "default";
67+
6368
/**
6469
* Create a new lxd client Instance
6570
*/

0 commit comments

Comments
 (0)