mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 07:50:54 -03:00
Update Laravel to version 6.*
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user