We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d1e554 + 0a8561b commit 1706d54Copy full SHA for 1706d54
src/TmdbServiceProvider.php
@@ -70,7 +70,7 @@ public function register()
70
);
71
72
// Setup default configurations for the Tmdb Client
73
- $this->app->bindShared('Tmdb\Client', function() {
+ $this->app->singleton('Tmdb\Client', function() {
74
$config = $this->provider->config();
75
$options = $config['options'];
76
0 commit comments