chore: linter

This commit is contained in:
Christy Jacob
2023-04-29 12:44:07 +05:30
parent f0df316b4f
commit 8be36088d7
+1 -1
View File
@@ -133,7 +133,7 @@ App::post('/v1/projects')
} catch (Duplicate $th) {
throw new Exception(Exception::PROJECT_ALREADY_EXISTS);
}
/** @var array $collections */
$collections = Config::getParam('collections', []);