Browse Source

$lang='en-US'

visuddhinanda 2 years ago
parent
commit
f0c76b97fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Mail/InviteMail.php

+ 1 - 1
app/Mail/InviteMail.php

@@ -19,7 +19,7 @@ class InviteMail extends Mailable
      *
      * @return void
      */
-    public function __construct(string $uuid,string $lang='en')
+    public function __construct(string $uuid,string $lang='en-US')
     {
         //
         $this->uuid = $uuid;