From 2549b02a34a23169d176728d50b85a4c3c2c0414 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Tue, 30 Oct 2018 22:34:31 +0100 Subject: [PATCH] Missing slash for GuzzleHttp\ClientInterface --- src/RealTimeClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RealTimeClient.php b/src/RealTimeClient.php index c9a973a..16bfb6b 100644 --- a/src/RealTimeClient.php +++ b/src/RealTimeClient.php @@ -75,7 +75,7 @@ class RealTimeClient extends ApiClient /** * {@inheritDoc} */ - public function __construct(LoopInterface $loop, GuzzleHttp\ClientInterface $httpClient = null) + public function __construct(LoopInterface $loop, \GuzzleHttp\ClientInterface $httpClient = null) { parent::__construct($loop, $httpClient);