Skip to content

Commit

Permalink
style: fix the code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-yee committed Apr 14, 2024
1 parent 8ce148f commit 349f996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Database/SQLSRV/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private function getFullName(string $table): string

return '"' . $database . '"."' . $schema . '"."' . str_replace('"', '', $tableName) . '"' . $alias;
}

return '"' . $this->db->getDatabase() . '"."' . $this->db->schema . '"."' . str_replace('"', '', $table) . '"' . $alias;
}

Expand Down

0 comments on commit 349f996

Please sign in to comment.