diff --git a/src/BigBlueButton/Client.php b/src/BigBlueButton/Client.php index 0dc1122..1ac8ba1 100644 --- a/src/BigBlueButton/Client.php +++ b/src/BigBlueButton/Client.php @@ -34,6 +34,13 @@ class Client */ protected $endpoint; + /** + * The HTTP client. + * + * @var \GuzzleHttp\Client + */ + protected $client; + /** * Client constructor. *