refactor: use state processor

This commit is contained in:
Maël Gangloff
2025-06-14 00:09:41 +02:00
parent 1688c21601
commit 735e868727
7 changed files with 174 additions and 143 deletions

View File

@@ -95,7 +95,6 @@ use Symfony\Component\Uid\Uuid;
security: 'object.user == user',
name: 'update',
processor: WatchListUpdateProcessor::class,
extraProperties: ['standard_put' => false],
),
new Delete(
security: 'object.user == user'