Skip to content

Commit 1706d54

Browse files
committed
Merge pull request #24 from okaufmann/master
Change bindShared to singletondue to deprecation since Laravel 5.1
2 parents 4d1e554 + 0a8561b commit 1706d54

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
@@ -70,7 +70,7 @@ public function register()
7070
);
7171

7272
// Setup default configurations for the Tmdb Client
73-
$this->app->bindShared('Tmdb\Client', function() {
73+
$this->app->singleton('Tmdb\Client', function() {
7474
$config = $this->provider->config();
7575
$options = $config['options'];
7676

0 commit comments

Comments
 (0)