Skip to content

Commit 97939cd

Browse files
authored
Update MysqliDb.php
1 parent 5f56780 commit 97939cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySQL/MysqliDb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class MysqliDb
233233
* @param string $charset
234234
* @param string $socket
235235
*/
236-
public function __construct($host = "127.0.0.1", $username = "root", $password = "mysql", $db = "dev_main", $port = null, $charset = 'utf8', $socket = null)
236+
public function __construct($host, $username, $password, $db, $port = null, $charset = 'utf8', $socket = null)
237237
{
238238
$isSubQuery = false;
239239

0 commit comments

Comments
 (0)