formatting

This commit is contained in:
denisdulici
2020-01-19 00:41:27 +03:00
parent fb5d166606
commit 5d9fd1482c
5 changed files with 7 additions and 5 deletions

View File

@ -41,7 +41,7 @@ class Invoices extends BulkAction
$invoices = $this->getSelectedRecords($request);
foreach ($invoices as $invoice) {
event(new PaymentReceived($invoice, []));
event(new PaymentReceived($invoice));
}
}