feat: update composer

This commit is contained in:
Christy Jacob
2025-02-12 11:02:29 +05:30
parent 00473d4744
commit df27e8950b
4 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class Audits extends Action
];
}, self::$pendingEvents);
$audit->logByBatch($batchEvents);
$audit->logBatch($batchEvents);
// Clear the pending events after successful batch processing
self::$pendingEvents = [];