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 8d6c570 commit f956062Copy full SHA for f956062
src/PrestashopWebServiceProvider.php
@@ -31,7 +31,7 @@ public function register()
31
32
$this->app->singleton(PrestashopWebService::class, function () {
33
return new PrestashopWebService(config('prestashop-webservice.url'),
34
- config('prestashop-webservice.token', config('prestashop-webservice.debug')));
+ config('prestashop-webservice.token'), config('prestashop-webservice.debug'));
35
});
36
}
37
0 commit comments