We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e2e69 commit e8994b9Copy full SHA for e8994b9
2 files changed
src/Migration/Sources/Appwrite.php
@@ -10,7 +10,7 @@
10
use Appwrite\Services\Storage;
11
use Appwrite\Services\Teams;
12
use Appwrite\Services\Users;
13
-use Utopia\CLI\Console;
+use Utopia\Console;
14
use Utopia\Database\Database as UtopiaDatabase;
15
use Utopia\Database\DateTime as UtopiaDateTime;
16
use Utopia\Migration\Exception;
src/Migration/Sources/Appwrite/Reader/Database.php
@@ -2,7 +2,7 @@
2
3
namespace Utopia\Migration\Sources\Appwrite\Reader;
4
5
6
7
use Utopia\Database\Document as UtopiaDocument;
8
use Utopia\Database\Exception as DatabaseException;
0 commit comments