diff options
| author | brunoais <brunoaiss@gmail.com> | 2014-12-03 13:48:46 +0000 |
|---|---|---|
| committer | brunoais <brunoaiss@gmail.com> | 2014-12-03 13:55:53 +0000 |
| commit | 80a7f6930cff09d771d0146fbf2eae901def004e (patch) | |
| tree | cb321ad62832e94efb7b8607be6cebcf302306b9 /phpBB/config | |
| parent | 614f975e68dc21536d11cb79a4596bd4f9ee8602 (diff) | |
| download | forums-80a7f6930cff09d771d0146fbf2eae901def004e.tar forums-80a7f6930cff09d771d0146fbf2eae901def004e.tar.gz forums-80a7f6930cff09d771d0146fbf2eae901def004e.tar.bz2 forums-80a7f6930cff09d771d0146fbf2eae901def004e.tar.xz forums-80a7f6930cff09d771d0146fbf2eae901def004e.zip | |
[ticket/13146] Adding eventDispatcher to the list
PHPBB3-13146
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/content.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/content.yml b/phpBB/config/content.yml index f0985f0292..c62b8e26fb 100644 --- a/phpBB/config/content.yml +++ b/phpBB/config/content.yml @@ -3,6 +3,7 @@ services: class: phpbb\content_visibility arguments: - @auth + - @phpbb_dispatcher - @config - @dbal.conn - @user |
