Skip to content

Commit

Permalink
Update PermissionWrapper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator authored Jul 18, 2024
1 parent 28fbecb commit 46c8a8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Database/Wrapper/PermissionWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ public function get(CapabilityInterface|string $identity): ?CapabilityInterface
$this->cachedInvalidEntities[$identity] = false;
return null;
}

}

return $this->permission->get($identity);
Expand Down

0 comments on commit 46c8a8c

Please sign in to comment.