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 dcb8665 commit fafec4eCopy full SHA for fafec4e
src/GoogleServiceProvider.php
@@ -34,7 +34,7 @@ public function register()
34
{
35
$this->mergeConfigFrom(__DIR__.'/config/config.php', 'google');
36
37
- $this->app->singleton('PulkitJalan\Google\Client', function ($app) {
+ $this->app->bind('PulkitJalan\Google\Client', function ($app) {
38
return new Client($app['config']['google']);
39
});
40
}
0 commit comments