1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[feature/migrations] Inject Migrator instead of using the container to fetch

PHPBB3-11318
This commit is contained in:
Nathaniel Guse
2013-02-09 20:01:40 -06:00
parent ec9328e943
commit a8da6b89e9
2 changed files with 9 additions and 7 deletions

View File

@@ -115,6 +115,7 @@ services:
- @service_container
- @dbal.conn
- @config
- @migrator
- %tables.ext%
- %core.root_path%
- .%core.php_ext%