diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-02-09 20:01:40 -0600 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-02-09 20:01:40 -0600 |
commit | a8da6b89e9da1d3b4e16317c21fc88fa1173d0f1 (patch) | |
tree | a05a16cb2c8d40f5c329365cdf567dc7389211f5 /phpBB/config/services.yml | |
parent | ec9328e943c9fb9bddb468d426bb10266c86965d (diff) | |
download | forums-a8da6b89e9da1d3b4e16317c21fc88fa1173d0f1.tar forums-a8da6b89e9da1d3b4e16317c21fc88fa1173d0f1.tar.gz forums-a8da6b89e9da1d3b4e16317c21fc88fa1173d0f1.tar.bz2 forums-a8da6b89e9da1d3b4e16317c21fc88fa1173d0f1.tar.xz forums-a8da6b89e9da1d3b4e16317c21fc88fa1173d0f1.zip |
[feature/migrations] Inject Migrator instead of using the container to fetch
PHPBB3-11318
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 028ab88229..ef5359129f 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -115,6 +115,7 @@ services: - @service_container - @dbal.conn - @config + - @migrator - %tables.ext% - %core.root_path% - .%core.php_ext% |