diff --git a/src/TmdbServiceProvider.php b/src/TmdbServiceProvider.php index 3d726b61..fc14f5ae 100644 --- a/src/TmdbServiceProvider.php +++ b/src/TmdbServiceProvider.php @@ -73,7 +73,7 @@ public function register() ); // Setup default configurations for the Tmdb Client - $this->app->bind('Tmdb\Client', function() { + $this->app->bindShared('Tmdb\Client', function() { $config = $this->provider->config(); $options = $config['options'];