Update Laravel to version 6.*

This commit is contained in:
2021-02-17 20:02:27 -03:00
parent bd8927d408
commit 47c68c8860
6 changed files with 26522 additions and 15128 deletions

View File

@@ -31,6 +31,6 @@ class Welcome extends Mailable
*/
public function build()
{
return $this->subject(Lang::getFromJson('Welcome'))->markdown('emails.welcome');
return $this->subject(Lang::get('Welcome'))->markdown('emails.welcome');
}
}