Skip to content

Commit

Permalink
修正格式
Browse files Browse the repository at this point in the history
  • Loading branch information
Eno-CN authored Nov 4, 2024
1 parent 3438cf7 commit 9d5d6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Db/Query/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ public function column($fields, ?string $key = null): array

$records = $result->getStatementRecords();

if (is_string($key) && strpos($key, '.'))
if (\is_string($key) && strpos($key, '.'))
{
[, $key] = explode('.', $key);
}
Expand Down

0 comments on commit 9d5d6a6

Please sign in to comment.