Skip to content

Commit 35bfb86

Browse files
authored
Update DbAcl.php - Changed objects from private to protected
To solve the issue when using CachedDB adapter.
1 parent 1df9f6b commit 35bfb86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Adapter/DbAcl.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
*/
4444
class DbAcl implements AclInterface
4545
{
46-
private PermissionsTable $Permission;
47-
private ArosTable $Aro;
48-
private AcosTable $Aco;
46+
protected PermissionsTable $Permission;
47+
protected ArosTable $Aro;
48+
protected AcosTable $Aco;
4949

5050
/**
5151
* Constructor

0 commit comments

Comments
 (0)