mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
fix(email): changed command getFromJson
Laravel 6.0 update had changed the command from Lang::getFromJson to Lang::get. Updated accordingly
This commit is contained in:
parent
54efb095fe
commit
7117085512
@ -35,7 +35,7 @@ class UserWaiting extends Mailable
|
||||
public function build()
|
||||
{
|
||||
return $this->subject(
|
||||
Lang::getFromJson(
|
||||
Lang::get(
|
||||
':waitinguser wants to use :itemname',
|
||||
[
|
||||
'waitinguser' => $this->waitingUser,
|
||||
|
Loading…
Reference in New Issue
Block a user