diff --git a/src/Repositories/AuditLogger.php b/src/Repositories/AuditLogger.php index 3d8932e..0131cd5 100644 --- a/src/Repositories/AuditLogger.php +++ b/src/Repositories/AuditLogger.php @@ -217,9 +217,7 @@ protected function build(string $description):? AuditActivityContract $activity->request_infos = $this->requestInfos; } - $attributes->created_at = Carbon::now(); - - //TODO also generate the timestamp as if in queue it will take the timestamp that is processed + $attributes->created_at = Carbon::now();//setting the timestamp here only for actual event time tracking return $activity; }