mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Require correct dependencies in database worker
This commit is contained in:
parent
f56e2fede9
commit
8dab66d455
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use Utopia\Database\Database;
|
|||
use Utopia\Database\Document;
|
||||
use Utopia\Database\Adapter\MariaDB;
|
||||
|
||||
require_once __DIR__.'/../init.php';
|
||||
require_once __DIR__.'/../workers.php';
|
||||
|
||||
Console::title('Database V1 Worker');
|
||||
Console::success(APP_NAME.' database worker v1 has started'."\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue