Skip to content

Commit 86f6d25

Browse files
author
Jérôme Poskin
committed
Merge pull request #17 from fbourigault/fix-broken-examples
Fix broken example since use of HttpClient.
2 parents c53a095 + 6618a29 commit 86f6d25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22
include __DIR__ . '/settings.php';
3+
include __DIR__ . '/../src/Moinax/TvDb/Http/HttpClient.php';
4+
include __DIR__ . '/../src/Moinax/TvDb/Http/CurlClient.php';
35
include __DIR__ . '/../src/Moinax/TvDb/CurlException.php';
46
include __DIR__ . '/../src/Moinax/TvDb/Client.php';
57
include __DIR__ . '/../src/Moinax/TvDb/Serie.php';

0 commit comments

Comments
 (0)