Skip to content

Commit 75a668d

Browse files
authored
use object oriented style property
Replace Procedural style get with object oriented style property
1 parent fe646a5 commit 75a668d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mysqli/MysqliDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ public function getVersion()
526526
{
527527
$this->connect();
528528

529-
return $this->connection->get_server_info();
529+
return $this->connection->server_info;
530530
}
531531

532532
/**

0 commit comments

Comments
 (0)