Level 122
I assume you cant get what you need from your invoice paid class?
Hi,
I would like to do something extra after sending notification. If I use Notifiable trait send notification, how do I get the notification instance?
The notify function doesn't return anything
$user->notify(new InvoicePaid($invoice));
Does anyone know how to do it? Thanks!
Please or to participate in this conversation.