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 5377541 commit 4a72c69Copy full SHA for 4a72c69
src/XeroServiceProvider.php
@@ -76,7 +76,7 @@ public function register()
76
return new IdentityApi(new GuzzleClient(), $app->make(Configuration::class));
77
});
78
79
- $this->app->singleton(AccountingApi::class, function (Application $app) {
+ $this->app->bind(AccountingApi::class, function (Application $app) {
80
return new AccountingApi(new GuzzleClient(), $app->make(Configuration::class));
81
82
0 commit comments