diff --git a/src/Adapter/DbAcl.php b/src/Adapter/DbAcl.php index af642231..a8476782 100644 --- a/src/Adapter/DbAcl.php +++ b/src/Adapter/DbAcl.php @@ -43,9 +43,9 @@ */ class DbAcl implements AclInterface { - private PermissionsTable $Permission; - private ArosTable $Aro; - private AcosTable $Aco; + protected PermissionsTable $Permission; + protected ArosTable $Aro; + protected AcosTable $Aco; /** * Constructor