aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2014-02-05 09:57:36 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2014-02-05 09:57:36 -0600
commit38eb6b0e135293d51cc100937a6072b32e214c34 (patch)
tree0fe9bc23ee9d72c64647ae2debd145f7443d5767 /phpBB/config
parent2c878ead311b8b71cabb4070ce848d5b84470ce8 (diff)
downloadforums-38eb6b0e135293d51cc100937a6072b32e214c34.tar
forums-38eb6b0e135293d51cc100937a6072b32e214c34.tar.gz
forums-38eb6b0e135293d51cc100937a6072b32e214c34.tar.bz2
forums-38eb6b0e135293d51cc100937a6072b32e214c34.tar.xz
forums-38eb6b0e135293d51cc100937a6072b32e214c34.zip
[ticket/11880] Move get_schema_steps function to a migrator helper class
PHPBB3-11880
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/migrator.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/config/migrator.yml b/phpBB/config/migrator.yml
index a94609418f..202421c09f 100644
--- a/phpBB/config/migrator.yml
+++ b/phpBB/config/migrator.yml
@@ -10,6 +10,10 @@ services:
- %core.php_ext%
- %core.table_prefix%
- @migrator.tool_collection
+ - @migrator.helper
+
+ migrator.helper:
+ class: phpbb\db\migration\helper
migrator.tool_collection:
class: phpbb\di\service_collection