mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 15:04:35 -04:00
Move lightlogs to batch
This commit is contained in:
parent
48f46dbd45
commit
700451bac1
@ -292,7 +292,7 @@ class PreviewPurchaseOrderController extends BaseController
|
|||||||
{
|
{
|
||||||
LightLogs::create(new LivePreview())
|
LightLogs::create(new LivePreview())
|
||||||
->increment()
|
->increment()
|
||||||
->queue();
|
->batch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user