We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1e554 commit 0a8561bCopy full SHA for 0a8561b
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