Преглед изворни кода

Update mail.php

lowercase ENV
Trankten пре 2 година
родитељ
комит
c895150ed5
1 измењених фајлова са 1 додато и 1 уклоњено
  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'),
 
     /*
     |--------------------------------------------------------------------------