Skip to content

Commit 2a33e22

Browse files
committed
Use bindshared to fix #12
1 parent 7fcae19 commit 2a33e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TmdbServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function register()
7373
);
7474

7575
// Setup default configurations for the Tmdb Client
76-
$this->app->bind('Tmdb\Client', function() {
76+
$this->app->bindShared('Tmdb\Client', function() {
7777
$config = $this->provider->config();
7878
$options = $config['options'];
7979

0 commit comments

Comments
 (0)