feat: EPP protocol implementation

This commit is contained in:
Maël Gangloff
2025-02-22 18:57:50 +01:00
parent bebd3f81e5
commit a06b6fd76a
3 changed files with 62 additions and 10 deletions

View File

@@ -34,7 +34,9 @@ use Symfony\Component\Uid\Uuid;
name: 'create'
),
new Delete(
security: 'object.user == user'
routeName: 'connector_delete',
security: 'object.user == user',
name: 'delete'
),
]
)]