Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvalerione committed Apr 16, 2019
1 parent c9c12c4 commit 82d0a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/LogEngineServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ class LogEngineServiceProvider extends ServiceProvider
public function boot()
{
$this->setupConfig();
$this->setupQueueMonitoring($this->app->events, $this->app->config->get('logengine'));
$this->setupQueryMonitoring($this->app->events, $this->app->config->get('logengine'));
$this->setupQueueMonitoring($this->app->queue);
}

/**
Expand Down

0 comments on commit 82d0a8c

Please sign in to comment.