Skip to content

Commit 6f35162

Browse files
committed
refactor(api): simplify client builder initialization
1 parent 65d282f commit 6f35162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ abstract class Api
5151
public function __construct()
5252
{
5353
$this->config = new Config();
54-
$this->clientBuilder ??= new ClientBuilder();
54+
$this->clientBuilder = new ClientBuilder();
5555
$this->authBuilder = new AuthBuilder();
5656
$this->pluginBuilder = new PluginBuilder();
5757
$this->responseBuilder = new ResponseBuilder();

0 commit comments

Comments
 (0)