mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-03 05:12:37 +02:00
[ticket/12683] Move state related code to helper class
PHPBB3-12683
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
services:
|
||||
|
||||
search.state_helper:
|
||||
class: phpbb\search\state_helper
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@search.backend_collection'
|
||||
|
||||
# Search backends
|
||||
search.fulltext.mysql:
|
||||
class: phpbb\search\backend\fulltext_mysql
|
||||
|
Reference in New Issue
Block a user