Skip to content

Commit 35df551

Browse files
author
Enrico Nardo
authored
Exponent debug is now true by default
1 parent ef173c2 commit 35df551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/exponent-push-notifications.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
return [
10-
'debug' => env('EXPONENT_PUSH_NOTIFICATION_DEBUG', false),
10+
'debug' => env('EXPONENT_PUSH_NOTIFICATION_DEBUG', true),
1111

1212
'interests' => [
1313
'driver' => env('EXPONENT_PUSH_NOTIFICATION_INTERESTS_STORAGE_DRIVER', 'file'),

0 commit comments

Comments
 (0)