We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57a67b commit e5d989cCopy full SHA for e5d989c
src/WildcardPermission.php
@@ -47,7 +47,7 @@ public function implies($permission): bool
47
$otherParts = $permission->getParts();
48
49
$i = 0;
50
- $partsCount = $this->getParts()->count();
+ $partsCount = $this->getParts()->count();
51
foreach ($otherParts as $otherPart) {
52
if ($partsCount - 1 < $i) {
53
return true;
0 commit comments