Fixes for restore
This commit is contained in:
parent
b1d43807c2
commit
540ae8df63
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class HandleRestore extends AbstractService
|
|||
->where('payment_id', $payment->id)
|
||||
->where('paymentable_type', '=', 'invoices')
|
||||
->where('paymentable_id', $this->invoice->id)
|
||||
->update(['deleted_at' => false]);
|
||||
->update(['deleted_at' => null]);
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue