mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/11386] Fix circular reference error & serialize error
PHPBB3-11386
This commit is contained in:
@@ -5,12 +5,13 @@ services:
|
||||
- @config
|
||||
- @dbal.conn
|
||||
- @dbal.tools
|
||||
- @ext.manager
|
||||
- %tables.migrations%
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
- %core.table_prefix%
|
||||
- @migrator.tool_collection
|
||||
calls:
|
||||
- [set_extension_manager, [@ext.manager]]
|
||||
|
||||
migrator.tool_collection:
|
||||
class: phpbb_di_service_collection
|
||||
|
Reference in New Issue
Block a user