From 35bfb862de0b6542d4bc48901fb75bbd10f9a19e Mon Sep 17 00:00:00 2001 From: Luiz Henrique Date: Mon, 1 Apr 2024 13:33:02 -0300 Subject: [PATCH] Update DbAcl.php - Changed objects from private to protected To solve the issue when using CachedDB adapter. --- src/Adapter/DbAcl.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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