mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix linter issues in app directory
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user