Skip to content

Commit

Permalink
fix(WildduckClient) - Fixed "Typed property must not be accessed befo…
Browse files Browse the repository at this point in the history
…re initialization" error
  • Loading branch information
Joosep Jõeleht authored and Joosep Jõeleht committed Jun 30, 2021
1 parent d1c413f commit 79a862b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require-dev": {
"kurbar/wildduck-test-server": "^0.5.0",
"kurbar/wildduck-test-server": "^0.2.0",
"fzaninotto/faker": "^1.5",
"phpunit/phpunit": "^9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion src/WildduckClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class WildduckClient extends BaseWildduckClient
/**
* @var CoreServiceFactory
*/
private CoreServiceFactory $coreServiceFactory;
private $coreServiceFactory;

public function __get($name)
{
Expand Down

0 comments on commit 79a862b

Please sign in to comment.