protected function getListeners(): array
{
return [
"echo:InvoiceUpdateNotifications,InvoiceUpdateNotification" => 'onInvoiceUpdated',
];
}
public function onInvoiceUpdated(Invoice $record) {
$this->showRefresh = true;
}
protected function getListeners(): array
{
return [
"echo:InvoiceUpdateNotifications,InvoiceUpdateNotification" => 'onInvoiceUpdated',
];
}
public function onInvoiceUpdated(Invoice $record) {
$this->showRefresh = true;
}