From 37eeab33fcd9d775a387ffccc3cd17d6ba1315af Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Tue, 28 May 2019 22:04:00 +0200 Subject: [PATCH] Added timeout to options. --- src/Client/ClientFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client/ClientFactory.php b/src/Client/ClientFactory.php index e79a75f..bc46066 100644 --- a/src/Client/ClientFactory.php +++ b/src/Client/ClientFactory.php @@ -25,7 +25,7 @@ class ClientFactory $options->getLogger(), $options->getApiUrl(), $options->getDefaultRequestHeaders(), - $options->getTimeout() + $options->getTimeout() ); if ($options->isCachedClient()) { -- GitLab