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:
parent
828c6c01bb
commit
722092fe54
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user