Use TVMaze class instead of Client.

This commit is contained in:
DariusIII
2016-03-10 15:59:02 +01:00
parent 28cd97ed0e
commit 948ca8f600
+1 -1
View File
@@ -35,7 +35,7 @@ class TVMaze extends TV
public function __construct(array $options = [])
{
parent::__construct($options);
$this->client = new Client();
$this->client = new \JPinkney\TVMaze\TVMaze();
}
/**