Skip to content

Commit

Permalink
Grammar fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
halilcosdu committed Oct 30, 2024
1 parent 7ed20f8 commit 22a2564
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 @@ -87,7 +87,7 @@ private function createRecord(QueryExecuted $event, Connection $connection): voi
}

(new $model)::query()->create([
'bindings' => $event->bindings,
'bindings' => json_encode($event->bindings),
'sql' => $event->sql,
'time' => $event->time,
'connection' => get_class($event->connection),
Expand Down

0 comments on commit 22a2564

Please sign in to comment.