Skip to content

Commit

Permalink
Consistency is a virtue
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Apr 10, 2014
1 parent 40bd79b commit 927657f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/global_adult_filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
require_once '../vendor/autoload.php';
require_once '../apikey.php';

$token = new \Tmdb\ApiToken(TMDB_API_KEY);
$client = new \Tmdb\Client($token);

Expand Down
1 change: 1 addition & 0 deletions examples/global_language_filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
require_once '../vendor/autoload.php';
require_once '../apikey.php';

$token = new \Tmdb\ApiToken(TMDB_API_KEY);
$client = new \Tmdb\Client($token);

Expand Down

0 comments on commit 927657f

Please sign in to comment.