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

Commit 89e6932

Browse files
author
UramnOIL
committed
変更
1 parent e1a0da5 commit 89e6932

File tree

1 file changed

+2
-1
lines changed
  • src/VectorNetworkProject/DataProvider

1 file changed

+2
-1
lines changed

src/VectorNetworkProject/DataProvider/Main.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ public function onEnable()
2525
{
2626
$this->saveDefaultConfig();
2727
$this->connector = $connector = libasynql::create(
28-
$this, $this->getConfig()->get("database"),
28+
$this,
29+
$this->getConfig()->get("database"),
2930
[
3031
"sqlite" => "sqlite.sql",
3132
]

0 commit comments

Comments
 (0)