mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #1513 from nickvergessen/ticket/11582
Ticket/11582 Split permission logic from translations
This commit is contained in:
@@ -8,6 +8,12 @@ imports:
|
||||
- { resource: auth_providers.yml }
|
||||
|
||||
services:
|
||||
acl.permissions:
|
||||
class: phpbb_permissions
|
||||
arguments:
|
||||
- @dispatcher
|
||||
- @user
|
||||
|
||||
auth:
|
||||
class: phpbb_auth
|
||||
|
||||
|
Reference in New Issue
Block a user