fix: method not allowed on connector creation

This commit is contained in:
Maël Gangloff
2025-09-06 10:54:14 +02:00
parent ada68af9b4
commit f9ae2ac5e1
3 changed files with 0 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ use Symfony\Component\Serializer\Attribute\Groups;
controller: RegistrationController::class,
denormalizationContext: ['groups' => ['user:register']],
read: false,
name: 'register'
),
]
)]