Skip to content

Commit c10caf6

Browse files
committed
修正格式
1 parent a8ed93c commit c10caf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Db/Query/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ public function column($fields, ?string $key = null): array
12941294

12951295
$records = $result->getStatementRecords();
12961296

1297-
if (is_string($key) && strpos($key, '.'))
1297+
if (\is_string($key) && strpos($key, '.'))
12981298
{
12991299
[, $key] = explode('.', $key);
13001300
}

0 commit comments

Comments
 (0)