From 60652e6889e0f2a01f10b96a8f83e5de235ce49e Mon Sep 17 00:00:00 2001 From: Wilco Louwerse Date: Fri, 15 Mar 2024 15:01:49 +0100 Subject: [PATCH] Let's remove database->uri read for now --- api/src/Entity/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Entity/Database.php b/api/src/Entity/Database.php index a6b5cc6ce..e172dfe3b 100644 --- a/api/src/Entity/Database.php +++ b/api/src/Entity/Database.php @@ -141,7 +141,7 @@ class Database * * @Assert\NotNull * - * @Groups({"read", "read_secure" , "write"}) + * @Groups({"write"}) * * @ORM\Column(type="string", length=255) */