1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/10202] Define phpbb_config_db_text as a service.

PHPBB3-10202
This commit is contained in:
Andreas Fischer 2013-03-05 03:13:27 +01:00
parent 828c6c01bb
commit 722092fe54
2 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,12 @@ services:
- @cache.driver
- %tables.config%
config_text:
class: phpbb_config_db_text
arguments:
- @dbal.conn
- %tables.config_text%
controller.helper:
class: phpbb_controller_helper
arguments:

View File

@ -1,5 +1,6 @@
parameters:
tables.config: %core.table_prefix%config
tables.config_text: %core.table_prefix%config_text
tables.ext: %core.table_prefix%ext
tables.log: %core.table_prefix%log
tables.notification_types: %core.table_prefix%notification_types