Skip to content

Commit 617f70c

Browse files
committed
fix: decrease the verify amount.
1 parent f7d4499 commit 617f70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/SQLSRV/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private function getFullName(string $table): string
295295
$database = $this->db->getDatabase();
296296
$table = $dbInfo[0];
297297

298-
if (isset($dbInfo[1], $dbInfo[2])) {
298+
if (isset($dbInfo[2])) {
299299
$database = str_replace('"', '', $dbInfo[0]);
300300
$schema = str_replace('"', '', $dbInfo[1]);
301301
$tableName = str_replace('"', '', $dbInfo[2]);

0 commit comments

Comments
 (0)