Skip to content

Commit f956062

Browse files
Fixed Web Service debug parameter
1 parent 8d6c570 commit f956062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrestashopWebServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function register()
3131

3232
$this->app->singleton(PrestashopWebService::class, function () {
3333
return new PrestashopWebService(config('prestashop-webservice.url'),
34-
config('prestashop-webservice.token', config('prestashop-webservice.debug')));
34+
config('prestashop-webservice.token'), config('prestashop-webservice.debug'));
3535
});
3636
}
3737

0 commit comments

Comments
 (0)