Skip to content

Commit

Permalink
added config reference to event
Browse files Browse the repository at this point in the history
  • Loading branch information
KeironMcGivern committed Nov 7, 2020
1 parent 9943ac8 commit 9e2e93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LogAuditableEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(
?Model $causer = null,
array $props = []
) {
$this->queue = 'auditlog';
$this->queue = config('audit-queue.queue');
$this->dimension = $dimension;
$this->activity = $activity;
$this->causer = $causer;
Expand Down

0 comments on commit 9e2e93e

Please sign in to comment.