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 fec90a5 commit db2c902Copy full SHA for db2c902
docs/permissions/permission_overview.md
@@ -41,7 +41,7 @@ use Ibexa\Core\MVC\Symfony\Security\Authorization\Attribute;
41
42
public function performAccessCheck(): void
43
{
44
- parent:performAccessCheck();
+ parent::performAccessCheck();
45
$this->denyAccessUnlessGranted(new Attribute('section', 'view'));
46
}
47
```
0 commit comments