Out-of-stock reminder settings
This commit is contained in:
@ -44,7 +44,7 @@ class Item extends Notification
|
||||
public function toMail($notifiable)
|
||||
{
|
||||
$message = (new MailMessage)
|
||||
->line(trans('items.notification.message', ['name' => $this->item->name]))
|
||||
->line(trans('items.notification.message.out_of_stock', ['name' => $this->item->name]))
|
||||
->action(trans('items.notification.button'), url('items/items', $this->item->id, true));
|
||||
|
||||
// Override per company as Laravel doesn't read config
|
||||
|
Reference in New Issue
Block a user