mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Save quietly for payment model
This commit is contained in:
parent
a6c9e0e8b3
commit
9a973c76c7
@ -89,7 +89,7 @@ class UpdateInvoicePayment
|
|||||||
event(new InvoiceWasUpdated($invoice, $invoice->company, Ninja::eventVars(auth()->user() ? auth()->user()->id : null)));
|
event(new InvoiceWasUpdated($invoice, $invoice->company, Ninja::eventVars(auth()->user() ? auth()->user()->id : null)));
|
||||||
});
|
});
|
||||||
|
|
||||||
$this->payment->save();
|
$this->payment->saveQuietly();
|
||||||
|
|
||||||
return $this->payment;
|
return $this->payment;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user