1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Update app/controllers/api/databases.php

This commit is contained in:
Jake Barnby 2023-08-14 20:45:05 -04:00 committed by GitHub
parent 4ddb0ce6a7
commit 8820d422be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1750,7 +1750,6 @@ App::patch('/v1/databases/:databaseId/collections/:collectionId/attributes/strin
->inject('events')
->action(function (string $databaseId, string $collectionId, string $key, ?bool $required, ?string $default, Response $response, Database $dbForProject, Event $events) {
$attribute = updateAttribute(
databaseId: $databaseId,
collectionId: $collectionId,