Skip to content

Commit 1d2dcca

Browse files
committed
Merge branch 'main' of github.com:daniel-cintra/modular
2 parents 40c31c7 + 74757a4 commit 1d2dcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Acl/Services/GetUserPermissions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function run(int $userId): array
1616
//if has direct permissions use it
1717
if ($user->permissions->count()) {
1818
return $this->mapPermissions($user->permissions);
19-
//get the permissions via roles
19+
//get the permissions via roles
2020
} else {
2121
return $this->mapPermissions($user->getAllPermissions());
2222
}

0 commit comments

Comments
 (0)