|
|
|
@@ -39,7 +39,7 @@ use Symfony\Component\Validator\Constraints\NotBlank; |
|
|
|
) |
|
|
|
], |
|
|
|
paginationItemsPerPage: 10, |
|
|
|
security: 'is_granted("ROLE_USER")', |
|
|
|
// security: 'is_granted("ROLE_USER")', |
|
|
|
provider: EntityToDtoStateProvider::class, |
|
|
|
processor: EntityClassDtoStateProcessor::class, |
|
|
|
stateOptions: new Options(entityClass: Posting::class), |
|
|
|
|