Merge branch 'fix-tests-2022-02-11' into 'master'

fix ci

See merge request Chill-Projet/chill-bundles!335
This commit is contained in:
2022-02-11 13:18:32 +00:00
13 changed files with 63 additions and 67 deletions

View File

@@ -50,7 +50,6 @@ class HouseholdApiController extends ApiController
*/
public function getHouseholdByAddressReference(AddressReference $addressReference): Response
{
// TODO ACL
$this->denyAccessUnlessGranted('ROLE_USER');
$total = $this->householdACLAwareRepository->countByAddressReference($addressReference);