Skip to content

Commit 2d3510d

Browse files
authored
default to queueing disabled (#882)
1 parent 0d4398a commit 2d3510d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AuditableObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function dispatchAudit(Auditable $model)
105105
return;
106106
}
107107

108-
if (!Config::get('audit.queue.enable', true)) {
108+
if (!Config::get('audit.queue.enable', false)) {
109109
return Auditor::execute($model);
110110
}
111111

0 commit comments

Comments
 (0)