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