Fix imports

This commit is contained in:
Jake Barnby 2025-08-18 21:02:55 +12:00
parent 66a44dcd36
commit e4228fe2e5
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -9,9 +9,6 @@ use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Validator\Authorization;
use const Appwrite\Platform\Modules\Databases\DOCUMENTS;
use const Appwrite\Platform\Modules\Databases\ROWS;
abstract class Action extends AppwriteAction
{
/**