diff --git a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php index cfff3d12e..d47edc287 100644 --- a/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php +++ b/src/Bundle/ChillPersonBundle/DependencyInjection/ChillPersonExtension.php @@ -542,11 +542,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac Request::METHOD_GET => false, Request::METHOD_HEAD => false, ], - 'controller_action' => 'householdAddressApi', - 'roles' => [ - Request::METHOD_POST => \Chill\PersonBundle\Security\Authorization\PersonVoter::SEE, - Request::METHOD_DELETE => \Chill\PersonBundle\Security\Authorization\PersonVoter::SEE - ] + 'controller_action' => 'householdAddressApi' ], ] ],