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 fd4f237 commit 9d5b402Copy full SHA for 9d5b402
src/config.php
@@ -3,5 +3,5 @@
3
return [
4
'url' => env('PRESTASHOP_URL', 'http://domain.com'),
5
'token' => env('PRESTASHOP_TOKEN', ''),
6
- 'debug' => env('APP_DEBUG', false)
+ 'debug' => env('PRESTASHOP_DEBUG', env('APP_DEBUG', false))
7
];
0 commit comments