mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
Merge branch 'master' into production
This commit is contained in:
commit
4d8b5aba6a
@ -32,7 +32,7 @@ class ItemAvailable extends Mailable
|
|||||||
public function build()
|
public function build()
|
||||||
{
|
{
|
||||||
return $this->subject(
|
return $this->subject(
|
||||||
\Lang::getFromJson(
|
\Lang::get(
|
||||||
':itemname is available!',
|
':itemname is available!',
|
||||||
['itemname' => $this->item->name]
|
['itemname' => $this->item->name]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user