Skip to content

Commit 527bee4

Browse files
authored
Merge pull request #187 from 1DL/master
Update DbAcl.php - Changed objects from private to protected
2 parents 1df9f6b + 35bfb86 commit 527bee4

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)