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.
1 parent 82d99c2 commit f68a05fCopy full SHA for f68a05f
src/QueryLogger/QueryLogger.php
@@ -40,10 +40,10 @@ public function handle(QueryExecuted $event): void
40
$query = $this->prepareQuery($event->sql, $bindings);
41
42
$this->logger->info($query, [
43
- 'bindings' => $event->bindings,
44
'time' => $event->time,
45
'connection' => $event->connectionName,
46
'database' => $this->config->get("database.connections.{$event->connectionName}.database"),
+ 'bindings' => $event->bindings,
47
'callSpot' => $this->guessCallSpot(),
48
]);
49
}
0 commit comments