Merge branch 'master' into production

This commit is contained in:
Bruno F. Fontes 2021-05-29 19:58:24 -03:00
commit 4d8b5aba6a
Signed by: brunofontes
GPG Key ID: EE3447CE80048495

View File

@ -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]
) )