diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-11-03 03:24:06 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-11-03 03:24:06 +0100 |
commit | 5db1ec163d32c75cd13cddc4902b3c01733294ba (patch) | |
tree | 9d2fb67824c45cd1f02acac07075ff6c78b0e606 /phpBB/config | |
parent | aec5b9d156436d7dd7ebdbd7f76e79c3eb13f51c (diff) | |
download | forums-5db1ec163d32c75cd13cddc4902b3c01733294ba.tar forums-5db1ec163d32c75cd13cddc4902b3c01733294ba.tar.gz forums-5db1ec163d32c75cd13cddc4902b3c01733294ba.tar.bz2 forums-5db1ec163d32c75cd13cddc4902b3c01733294ba.tar.xz forums-5db1ec163d32c75cd13cddc4902b3c01733294ba.zip |
[ticket/11998] Use container to get all commands using 'console.command' tag.
PHPBB3-11998
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 7e3202d86b..f61ed5f87f 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -6,6 +6,7 @@ imports: - { resource: avatars.yml } - { resource: feed.yml } - { resource: auth_providers.yml } + - { resource: console.yml } services: acl.permissions: |