Skip to content

Commit 279cd56

Browse files
fix: move hardcode for workers
1 parent 13cff1e commit 279cd56

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Audit/AbstractAuditLogFormatter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ final public function setContext(AuditContext $ctx): void
3434

3535
protected function getUserInfo(): string
3636
{
37-
if (app()->runningInConsole()) {
38-
return 'Worker Job';
39-
}
4037
if (!$this->ctx) {
4138
return 'Unknown (unknown)';
4239
}

0 commit comments

Comments
 (0)