Skip to content

Commit fa9111d

Browse files
authored
Update env-validator.php
1 parent 7997cab commit fa9111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/env-validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
'SESSION_DRIVER' => 'in:file,cookie,database,apc,memcached,redis,dynamodb,array',
2929
'QUEUE_CONNECTION' => 'in:sync,database,beanstalkd,sqs,redis,null',
3030
'LOG_CHANNEL' => 'in:single,daily,slack,syslog,errorlog,custom,stack,null,stderr,stdout',
31-
'MAIL_DRIVER' => 'in:smtp,sendmail,mailgun,ses,postmark,log,array',
31+
'MAIL_MAILER' => 'in:smtp,sendmail,mailgun,ses,postmark,log,array',
3232
],
3333
];

0 commit comments

Comments
 (0)