We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c53a095 + 6618a29 commit 86f6d25Copy full SHA for 86f6d25
examples/index.php
@@ -1,5 +1,7 @@
1
<?php
2
include __DIR__ . '/settings.php';
3
+include __DIR__ . '/../src/Moinax/TvDb/Http/HttpClient.php';
4
+include __DIR__ . '/../src/Moinax/TvDb/Http/CurlClient.php';
5
include __DIR__ . '/../src/Moinax/TvDb/CurlException.php';
6
include __DIR__ . '/../src/Moinax/TvDb/Client.php';
7
include __DIR__ . '/../src/Moinax/TvDb/Serie.php';
0 commit comments