diff --git a/app/controllers/mock.php b/app/controllers/mock.php index 80b9a4f0ac..874bea516c 100644 --- a/app/controllers/mock.php +++ b/app/controllers/mock.php @@ -14,6 +14,7 @@ use Utopia\Validator\Integer; use Utopia\Validator\Text; use Utopia\Storage\Validator\File; use Utopia\Validator\WhiteList; +use Utopia\Database\ID; App::get('/v1/mock/tests/foo') ->desc('Get Foo') diff --git a/composer.lock b/composer.lock index b26b700389..6018d72a47 100644 --- a/composer.lock +++ b/composer.lock @@ -5386,5 +5386,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }