Skip to content

Commit

Permalink
changing teamresolver prop to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
adrenallen committed Jan 19, 2025
1 parent 0eb48ad commit 8378b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PermissionRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PermissionRegistrar

public bool $teams;

public PermissionsTeamResolver $teamResolver;
protected PermissionsTeamResolver $teamResolver;

public string $teamsKey;

Expand Down

0 comments on commit 8378b8e

Please sign in to comment.