mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove unnessary touching of file
This commit is contained in:
parent
75335ba8e4
commit
7f1a984848
@ -57,10 +57,10 @@ class InvoicePaidActivity implements ShouldQueue
|
|||||||
$event->invoice->subscription->service()->planPaid($event->invoice);
|
$event->invoice->subscription->service()->planPaid($event->invoice);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
// try {
|
||||||
$event->invoice->service()->touchPdf();
|
// $event->invoice->service()->touchPdf();
|
||||||
} catch (\Exception $e) {
|
// } catch (\Exception $e) {
|
||||||
nlog(print_r($e->getMessage(), 1));
|
// nlog(print_r($e->getMessage(), 1));
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user