mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
fix: item available notification is working
As the other email notification, the Laravel upgrade were not correctly implemented leading to an unchanged getFromJson to get for the language.
This commit is contained in:
parent
5c143450e7
commit
c8127d47ba
@ -32,7 +32,7 @@ class ItemAvailable extends Mailable
|
||||
public function build()
|
||||
{
|
||||
return $this->subject(
|
||||
\Lang::getFromJson(
|
||||
\Lang::get(
|
||||
':itemname is available!',
|
||||
['itemname' => $this->item->name]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user