Save quietly for payment model
This commit is contained in:
parent
a6c9e0e8b3
commit
9a973c76c7
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class UpdateInvoicePayment
|
|||
event(new InvoiceWasUpdated($invoice, $invoice->company, Ninja::eventVars(auth()->user() ? auth()->user()->id : null)));
|
||||
});
|
||||
|
||||
$this->payment->save();
|
||||
$this->payment->saveQuietly();
|
||||
|
||||
return $this->payment;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue