Changing Id

This commit is contained in:
fogelito
2022-12-14 17:42:25 +02:00
parent 1b37bd82c9
commit f96128e14f
56 changed files with 466 additions and 115 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use Utopia\Database\DateTime;
use Utopia\Database\Document;
use Appwrite\Messaging\Adapter;
use Utopia\App;
use Utopia\Database\ID;
use Utopia\Database\Helpers\ID;
use Utopia\Database\Role;
class Realtime extends Adapter
+1 -1
View File
@@ -10,7 +10,7 @@ use Utopia\CLI\Console;
use Utopia\Config\Config;
use Exception;
use Utopia\App;
use Utopia\Database\ID;
use Utopia\Database\Helpers\ID;
use Utopia\Database\Validator\Authorization;
Runtime::enableCoroutine(SWOOLE_HOOK_ALL);
+1 -1
View File
@@ -11,7 +11,7 @@ use Utopia\CLI\Console;
use Utopia\Config\Config;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\ID;
use Utopia\Database\Helpers\ID;
use Utopia\Database\Permission;
use Utopia\Database\Role;