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

@ -379,7 +379,7 @@ class Invoices extends Controller
public function markPaid(Invoice $invoice)
{
try {
event(new \App\Events\Sale\PaymentReceived($invoice, []));
event(new \App\Events\Sale\PaymentReceived($invoice));
$message = trans('invoices.messages.marked_paid');