1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15540] Properties

PHPBB3-15540
This commit is contained in:
rubencm
2021-03-23 04:16:34 +01:00
parent 5c67eabeed
commit 656e57fbf6
9 changed files with 173 additions and 145 deletions

View File

@@ -4,9 +4,11 @@ services:
search.fulltext.native:
class: phpbb\search\backend\fulltext_native
arguments:
- '@cache'
- '@config'
- '@dbal.conn'
- '@dispatcher'
- '@language'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'
@@ -16,9 +18,11 @@ services:
search.fulltext.mysql:
class: phpbb\search\backend\fulltext_mysql
arguments:
- '@cache'
- '@config'
- '@dbal.conn'
- '@dispatcher'
- '@language'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'
@@ -28,9 +32,11 @@ services:
search.fulltext.postgres:
class: phpbb\search\backend\fulltext_postgres
arguments:
- '@cache'
- '@config'
- '@dbal.conn'
- '@dispatcher'
- '@language'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'
@@ -43,7 +49,10 @@ services:
- '@auth'
- '@config'
- '@dbal.conn'
- '@dbal.tools'
- '@dispatcher'
- '@language'
- '@log'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'