mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[feature/compiled-dic] Compile the DI Container into a cached class
PHPBB3-11152
This commit is contained in:
@@ -47,7 +47,7 @@ services:
|
||||
cron.task_provider:
|
||||
class: phpbb_cron_task_provider
|
||||
arguments:
|
||||
- @container
|
||||
- @service_container
|
||||
|
||||
cron.manager:
|
||||
class: phpbb_cron_manager
|
||||
@@ -65,6 +65,8 @@ services:
|
||||
|
||||
dispatcher:
|
||||
class: phpbb_event_dispatcher
|
||||
arguments:
|
||||
- @service_container
|
||||
|
||||
dbal.conn:
|
||||
class: %dbal.driver.class%
|
||||
|
Reference in New Issue
Block a user