1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Fix imports

This commit is contained in:
Jake Barnby 2022-08-19 16:28:40 +12:00
parent 7019be987c
commit 5f990ecb6d
2 changed files with 2 additions and 3 deletions

View file

@ -23,7 +23,6 @@ use Appwrite\Utopia\Request;
use Appwrite\Utopia\Response; use Appwrite\Utopia\Response;
use MaxMind\Db\Reader; use MaxMind\Db\Reader;
use Utopia\App; use Utopia\App;
use Appwrite\Event\Phone as EventPhone;
use Utopia\Audit\Audit as EventAudit; use Utopia\Audit\Audit as EventAudit;
use Utopia\Config\Config; use Utopia\Config\Config;
use Utopia\Database\Database; use Utopia\Database\Database;

4
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6d01d58d1ac6cccd4684ec70e4b2ed56", "content-hash": "437b4306a6e2c2f424079b1cd1b1f7c9",
"packages": [ "packages": [
{ {
"name": "adhocore/jwt", "name": "adhocore/jwt",
@ -5343,5 +5343,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }