mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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())
|
||||
->increment()
|
||||
->queue();
|
||||
->batch();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user