Skip to content

Commit

Permalink
Merge pull request #1585 from ConductionNL/feature/MF-24/source-loggi…
Browse files Browse the repository at this point in the history
…ngConfig-read

Let's remove read secure for Gateway->loggingConfig
  • Loading branch information
WilcoLouwerse authored Nov 24, 2023
2 parents 1daef08 + 919e23e commit 743558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Entity/Gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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")
*/
Expand Down

0 comments on commit 743558b

Please sign in to comment.