Skip to content

Commit db2c902

Browse files
alafonadriendupuis
authored andcommitted
Typo in permission_overview.md (#2491)
(cherry picked from commit d08df8f)
1 parent fec90a5 commit db2c902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/permissions/permission_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ use Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute;
4141

4242
public function performAccessCheck(): void
4343
{
44-
parent:performAccessCheck();
44+
parent::performAccessCheck();
4545
$this->denyAccessUnlessGranted(new Attribute('section', 'view'));
4646
}
4747
```

0 commit comments

Comments
 (0)