Skip to content

Commit

Permalink
Merge pull request #187 from 1DL/master
Browse files Browse the repository at this point in the history
Update DbAcl.php - Changed objects from private to protected
  • Loading branch information
markstory authored Apr 1, 2024
2 parents 1df9f6b + 35bfb86 commit 527bee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Adapter/DbAcl.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 527bee4

Please sign in to comment.