8000 [SecurityBundle] Added an alias from RoleHierarchyInterface to securi… · symfony/symfony@886b8a6 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 886b8a6

Browse files
committed
[SecurityBundle] Added an alias from RoleHierarchyInterface to security.role_hierarchy
1 parent bbeca51 commit 886b8a6

File tree

1 file changed

+1
-0
lines changed
  • src/Symfony/Bundle/SecurityBundle/Resources/config

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/SecurityBundle/Resources/config/security.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
<service id="security.role_hierarchy" class="Symfony\Component\Security\Core\Role\RoleHierarchy">
9797
<argument>%security.role_hierarchy.roles%</argument>
9898
</service>
99+
<service id="Symfony\Component\Security\Core\Rol 4887 e\RoleHierarchyInterface" alias="security.role_hierarchy" />
99100

100101

101102
<!-- Security Voters -->

0 commit comments

Comments
 (0)
0