Merge branch 'master' into production

This commit is contained in:
2021-05-29 19:58:24 -03:00

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