|
|
@@ -46,6 +46,7 @@ use Symfony\Component\Validator\Constraints\NotBlank; |
|
|
security: 'is_granted("ROLE_ADMIN")', |
|
|
security: 'is_granted("ROLE_ADMIN")', |
|
|
) |
|
|
) |
|
|
], |
|
|
], |
|
|
|
|
|
order: ['createdAt' => 'DESC'], |
|
|
security: 'is_granted("ROLE_USER")', |
|
|
security: 'is_granted("ROLE_USER")', |
|
|
provider: EntityToDtoStateProvider::class, |
|
|
provider: EntityToDtoStateProvider::class, |
|
|
processor: EntityClassDtoStateProcessor::class, |
|
|
processor: EntityClassDtoStateProcessor::class, |
|
|
|