change some default settings

This commit is contained in:
Taylor Otwell
2019-12-13 22:42:46 -06:00
parent 972f3cd283
commit f48e2d500c
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ return [
'channels' => [
'stack' => [
'driver' => 'stack',
'channels' => ['daily'],
'channels' => ['single'],
'ignore_exceptions' => false,
],