diff --git a/src/Client.php b/src/Client.php index b234f15..3bdfa48 100644 --- a/src/Client.php +++ b/src/Client.php @@ -12,7 +12,6 @@ class Client private $token; private $format; private $cache; - private $mapping; /** * Yep, it's a constructor. @@ -34,7 +33,6 @@ public function __construct($token, $format) $this->token = $token; $this->format = $format; - $this->mapping = null; $this->clearCache(); }