diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index cbce61c60b..7978daa5d3 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -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', []);