Skip to content

Commit d08df8f

Browse files
authored
Typo in permission_overview.md (#2491)
1 parent 8440249 commit d08df8f

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)