Skip to content

Commit 74757a4

Browse files
daniel-cintragithub-actions[bot]
authored andcommitted
Fix styling
1 parent dea656a commit 74757a4

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)