Skip to content

Commit a754867

Browse files
committed
Remove setting in constructor
1 parent 0923243 commit a754867

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Picqer/Carriers/SendCloud/Connection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function __construct(string $apiKey, string $apiSecret, ?string $partnerI
2323
$this->apiKey = $apiKey;
2424
$this->apiSecret = $apiSecret;
2525
$this->partnerId = $partnerId;
26-
$this->maxResponseSizeInBytes = null;
2726
}
2827

2928
public function client(): Client

0 commit comments

Comments
 (0)