diff --git a/app/ApiClients/BaseApi.php b/app/ApiClients/BaseApi.php index 4bc5acadae..6186f3fce6 100644 --- a/app/ApiClients/BaseApi.php +++ b/app/ApiClients/BaseApi.php @@ -37,7 +37,7 @@ class BaseApi if (is_null($this->client)) { $this->client = new Client([ 'base_uri' => $this->base_uri, - 'tiemout' => 2, + 'timeout' => 2, ]); }