mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: improve security when delete
This commit is contained in:
@@ -74,7 +74,9 @@ use Symfony\Component\Uid\Uuid;
|
||||
security: 'object.user == user',
|
||||
name: 'update'
|
||||
),
|
||||
new Delete(),
|
||||
new Delete(
|
||||
security: 'object.user == user'
|
||||
),
|
||||
],
|
||||
)]
|
||||
class WatchList
|
||||
|
||||
Reference in New Issue
Block a user