fix linter issues in app directory

This commit is contained in:
Everly Precia Suresh
2022-05-30 17:41:25 +00:00
parent 60a73c74a5
commit 1fd7359fbb
6 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ function createAttribute(string $collectionId, Document $attribute, Response $re
$response->setStatusCode(Response::STATUS_CODE_CREATED);
return $attribute;
};
}
App::post('/v1/database/collections')
->desc('Create Collection')