diff --git a/examples/movies/api/images.php b/examples/movies/api/images.php index 9e9092df..eb2d240d 100644 --- a/examples/movies/api/images.php +++ b/examples/movies/api/images.php @@ -16,4 +16,4 @@ $token = new \Tmdb\ApiToken(TMDB_API_KEY); $client = new \Tmdb\Client($token); -$images = $client->api('movies')->getImages(550); \ No newline at end of file +$images = $client->getMoviesApi()->getImages(550); \ No newline at end of file