fix: submodule path

This commit is contained in:
Victor Westerlund 2022-12-02 03:11:09 +01:00
parent b2c04292d1
commit 2e4cc7e31c

View file

@ -1,6 +1,6 @@
<?php <?php
require_once Path::root("database/SQLite/SQLite.php"); require_once Path::root("database/9f50ea1a5be726e610dc2fe134926869/SQLite.php");
class PotDB extends SQLiteDriver { class PotDB extends SQLiteDriver {
public function __construct() { public function __construct() {
@ -30,4 +30,4 @@
time() time()
]); ]);
} }
} }