Skip to content

Commit

Permalink
Removing absolute path from example
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Apr 10, 2014
1 parent a279902 commit 633af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$token = new \Tmdb\ApiToken(TMDB_API_KEY);
$client = new \Tmdb\Client($token);

$client->setLogging(true, '/www/dev/php-tmdb-api/api.log');
$client->setLogging(true, '../tmdb.log');

$repository = new \Tmdb\Repository\MovieRepository($client);
$movie = $repository->load(19995);

0 comments on commit 633af14

Please sign in to comment.