We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fd28f commit 7e7ef8bCopy full SHA for 7e7ef8b
lib/MysqliManager/Connection.php
@@ -62,7 +62,7 @@ public function __construct(MysqliManager $manager, $name = MysqliManager::DEFAU
62
$config->port
63
);
64
}
65
- foreach ($config['init'] as $sql) {
+ foreach ($config->init as $sql) {
66
$this->query($sql);
67
68
$this->select_db($config->dbname);
0 commit comments