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 8440249 commit d08df8fCopy full SHA for d08df8f
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