diff --git a/api/src/Entity/Gateway.php b/api/src/Entity/Gateway.php index 64888e31e..58f74e900 100644 --- a/api/src/Entity/Gateway.php +++ b/api/src/Entity/Gateway.php @@ -562,7 +562,7 @@ class Gateway * Configuration for logging, when an api call is made on the source we can log some information for this call. * With this array you can enable/disable what will be logged. * - * @Groups({"read","read_secure","write"}) + * @Groups({"read","write"}) * * @ORM\Column(type="array") */