From 440f8ff757342616578174d813afc66531318012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Mon, 29 Jul 2024 15:29:58 +0200 Subject: [PATCH] fix: remove PATCH on connector --- src/Entity/Connector.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Entity/Connector.php b/src/Entity/Connector.php index 452c28b..432857d 100644 --- a/src/Entity/Connector.php +++ b/src/Entity/Connector.php @@ -32,10 +32,6 @@ use Symfony\Component\Uid\Uuid; denormalizationContext: ['groups' => 'connector:create'], name: 'create' ), - new Patch( - normalizationContext: ['groups' => 'connector:list'], - denormalizationContext: ['groups' => 'connector:create'] - ), new Delete() ] )]