We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9299f4 + 0edbeac commit 6de73d1Copy full SHA for 6de73d1
src/ServiceProvider.php
@@ -33,7 +33,7 @@ public function boot()
33
return;
34
}
35
36
- $this->app['events']->listen(function (QueryExecuted $query) {
+ $this->app['events']->listen(QueryExecuted::class, function (QueryExecuted $query) {
37
if ($query->time < $this->app['config']->get('logging.query.slower_than', 0)) {
38
39
0 commit comments