mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: EPP protocol implementation
This commit is contained in:
@@ -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'
|
||||
),
|
||||
]
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user