1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[feature/dic] Load services from extensions

PHPBB3-10739
This commit is contained in:
Igor Wiedler
2012-07-21 21:02:55 +02:00
parent 967cc550ed
commit 50bc453aa6
5 changed files with 66 additions and 3 deletions

View File

@@ -126,3 +126,10 @@ services:
- cron_lock
- @config
- @dbal.conn
processor.config:
class: phpbb_di_processor_ext
arguments:
- @ext.manager
tags:
- { name: container.processor }