diff --git a/src/ApiConnector.php b/src/ApiConnector.php index cfce81f..0c3133d 100644 --- a/src/ApiConnector.php +++ b/src/ApiConnector.php @@ -20,7 +20,7 @@ class ApiConnector public function __construct( - string $accessToken = null, + ?string $accessToken = null, int $requestTimeout = 60, bool $verify = true )