Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 047e798

Browse files
author
UramnOIL
committed
変更
1 parent 603e822 commit 047e798

File tree

1 file changed

+7
-4
lines changed
  • src/VectorNetworkProject/DataProvider

1 file changed

+7
-4
lines changed

src/VectorNetworkProject/DataProvider/Main.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ class Main extends PluginBase
2424
public function onEnable()
2525
{
2626
$this->saveDefaultConfig();
27-
$this->connector = $connector = libasynql::create($this, $this->getConfig()->get("database"), [
28-
"sqlite" => "sqlite.sql",
29-
"mysql" => "mysql.sql"
30-
]);
27+
$this->connector = $connector = libasynql::create(
28+
$this, $this->getConfig()->get("database"),
29+
[
30+
"sqlite" => "sqlite.sql",
31+
"mysql" => "mysql.sql"
32+
]
33+
);
3134
$this->manager = new TableManager($connector);
3235
}
3336

0 commit comments

Comments
 (0)