``` Call to undefined method Tmdb\Api\Movies::load() ``` I'm trying to test this out in laravel using: I followed the instruction on this page ``` Route::get('/', function() { $client = Tmdb::getMoviesApi()->load(13); return $client; }); ```