Skip to content

Commit e8994b9

Browse files
committed
fix: import, lol.
1 parent e7e2e69 commit e8994b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Migration/Sources/Appwrite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Appwrite\Services\Storage;
1111
use Appwrite\Services\Teams;
1212
use Appwrite\Services\Users;
13-
use Utopia\CLI\Console;
13+
use Utopia\Console;
1414
use Utopia\Database\Database as UtopiaDatabase;
1515
use Utopia\Database\DateTime as UtopiaDateTime;
1616
use Utopia\Migration\Exception;

src/Migration/Sources/Appwrite/Reader/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Utopia\Migration\Sources\Appwrite\Reader;
44

5-
use Utopia\CLI\Console;
5+
use Utopia\Console;
66
use Utopia\Database\Database as UtopiaDatabase;
77
use Utopia\Database\Document as UtopiaDocument;
88
use Utopia\Database\Exception as DatabaseException;

0 commit comments

Comments
 (0)