mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-14 19:45:21 +02:00
[ticket/10202] Define phpbb_config_db_text as a service.
PHPBB3-10202
This commit is contained in:
parent
828c6c01bb
commit
722092fe54
@ -58,6 +58,12 @@ services:
|
|||||||
- @cache.driver
|
- @cache.driver
|
||||||
- %tables.config%
|
- %tables.config%
|
||||||
|
|
||||||
|
config_text:
|
||||||
|
class: phpbb_config_db_text
|
||||||
|
arguments:
|
||||||
|
- @dbal.conn
|
||||||
|
- %tables.config_text%
|
||||||
|
|
||||||
controller.helper:
|
controller.helper:
|
||||||
class: phpbb_controller_helper
|
class: phpbb_controller_helper
|
||||||
arguments:
|
arguments:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
parameters:
|
parameters:
|
||||||
tables.config: %core.table_prefix%config
|
tables.config: %core.table_prefix%config
|
||||||
|
tables.config_text: %core.table_prefix%config_text
|
||||||
tables.ext: %core.table_prefix%ext
|
tables.ext: %core.table_prefix%ext
|
||||||
tables.log: %core.table_prefix%log
|
tables.log: %core.table_prefix%log
|
||||||
tables.notification_types: %core.table_prefix%notification_types
|
tables.notification_types: %core.table_prefix%notification_types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user