Explorar o código

Update mail.php

lowercase ENV
Trankten %!s(int64=2) %!d(string=hai) anos
pai
achega
c895150ed5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/mail.php

+ 1 - 1
config/mail.php

@@ -99,7 +99,7 @@ return [
     | if not present by authenticating the sender domain instead the host.
     |
     */
-    'local_domain' => ENV('MAIL_SMTP_EHLO'),
+    'local_domain' => env('MAIL_SMTP_EHLO'),
 
     /*
     |--------------------------------------------------------------------------