Skip to content

Commit

Permalink
tmp fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilcosdu committed May 8, 2024
1 parent b01d3ff commit a853899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlowerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private function createRecord(QueryExecuted $event, Connection $connection): voi
'bindings' => $event->bindings,
'sql' => $event->sql,
'time' => $event->time,
'connection' => $event->connection,
'connection' => get_class($event->connection),
'connection_name' => $event->connectionName,
'raw_sql' => $connection->getQueryGrammar()->substituteBindingsIntoRawSql($event->sql, $event->bindings),
]);
Expand Down

0 comments on commit a853899

Please sign in to comment.