This commit is contained in:
2026-06-30 22:07:04 +08:00
parent 06074c38c1
commit 14448d824a
+1 -1
View File
@@ -154,7 +154,7 @@ class Connection extends Component
/**
* @return string
*/
private function getName(): string
public function getName(): string
{
return strtolower($this->driver) . '.' . $this->cds;
}