Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdef committed Jan 21, 2024
1 parent ca5de23 commit 1789d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Driver/Pdo/AbstractPdoCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ protected function internalGetQueryResult(int $queryMode): mixed
*/
protected function logQuery(string $rawSql, string $category): void
{
$this->logger?->log(LogLevel::INFO, $rawSql, [$logCategory, 'type' => LogType::QUERY]);
$this->logger?->log(LogLevel::INFO, $rawSql, [$category, 'type' => LogType::QUERY]);
}

protected function queryInternal(int $queryMode): mixed
Expand Down

0 comments on commit 1789d26

Please sign in to comment.