Update Laravel to version 6.*

This commit is contained in:
2021-02-17 20:02:27 -03:00
parent 90bcb44067
commit 7c225605e8
5 changed files with 13181 additions and 682 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');
}
}