Compare commits

...

1 commit

Author SHA1 Message Date
2e4cc7e31c fix: submodule path 2022-12-02 03:11:09 +01:00

View file

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