mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
adjust name of configuration value
This commit is contained in:
parent
217cbde378
commit
d80b4e7cb0
@ -36,8 +36,8 @@ return [
|
|||||||
'channels' => [
|
'channels' => [
|
||||||
'stack' => [
|
'stack' => [
|
||||||
'driver' => 'stack',
|
'driver' => 'stack',
|
||||||
'lenient' => false,
|
|
||||||
'channels' => ['daily'],
|
'channels' => ['daily'],
|
||||||
|
'ignore_exceptions' => false,
|
||||||
],
|
],
|
||||||
|
|
||||||
'single' => [
|
'single' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user