Remove unnessary touching of file
This commit is contained in:
parent
75335ba8e4
commit
7f1a984848
1 changed files with 5 additions and 5 deletions
|
|
@ -57,10 +57,10 @@ class InvoicePaidActivity implements ShouldQueue
|
|||
$event->invoice->subscription->service()->planPaid($event->invoice);
|
||||
}
|
||||
|
||||
try {
|
||||
$event->invoice->service()->touchPdf();
|
||||
} catch (\Exception $e) {
|
||||
nlog(print_r($e->getMessage(), 1));
|
||||
}
|
||||
// try {
|
||||
// $event->invoice->service()->touchPdf();
|
||||
// } catch (\Exception $e) {
|
||||
// nlog(print_r($e->getMessage(), 1));
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue