mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fixed stupid parse error
This commit is contained in:
parent
cfe38322b9
commit
1acfd525e8
|
@ -151,8 +151,8 @@ return [
|
||||||
* Here you can specify how emails should be sent.
|
* Here you can specify how emails should be sent.
|
||||||
*/
|
*/
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'from' => env('MAIL_FROM_ADDR'), 'your@email.com'),
|
'from' => env('MAIL_FROM_ADDR', 'your@email.com'),
|
||||||
'to' => env('MAIL_FROM_ADDR'), 'your@email.com'),
|
'to' => env('MAIL_FROM_ADDR', 'your@email.com'),
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue