Use client now

This commit is contained in:
Andy Miller
2021-10-07 08:16:14 -06:00
parent 07bd1e03d0
commit 11decd5889

View File

@@ -33,7 +33,7 @@ class Client
// Use callback if provided
if ($callback) {
self::$callback = $callback;
$options->setOnProgress([Response::class, 'progress']);
$options->setOnProgress([Client::class, 'progress']);
}
$settings = array_merge($options->toArray(), $overrides);