We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcae19 commit 2a33e22Copy full SHA for 2a33e22
src/TmdbServiceProvider.php
@@ -73,7 +73,7 @@ public function register()
73
);
74
75
// Setup default configurations for the Tmdb Client
76
- $this->app->bind('Tmdb\Client', function() {
+ $this->app->bindShared('Tmdb\Client', function() {
77
$config = $this->provider->config();
78
$options = $config['options'];
79
0 commit comments