diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-06-10 01:57:59 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-10 01:57:59 +0200 |
| commit | 2964fb37e84a8e7448598a07bfa62ade6c6fb7ae (patch) | |
| tree | 247a7c5692b5cb1acc17603bc67dba32a32b6c3b /phpBB/config | |
| parent | 456ff2559aad6f2eed089309544dd4471b798852 (diff) | |
| download | forums-2964fb37e84a8e7448598a07bfa62ade6c6fb7ae.tar forums-2964fb37e84a8e7448598a07bfa62ade6c6fb7ae.tar.gz forums-2964fb37e84a8e7448598a07bfa62ade6c6fb7ae.tar.bz2 forums-2964fb37e84a8e7448598a07bfa62ade6c6fb7ae.tar.xz forums-2964fb37e84a8e7448598a07bfa62ade6c6fb7ae.zip | |
[ticket/12664] Refactor develop/migration_tips.php into a console command.
PHPBB3-12664
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/console.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index 9b0f0aa9a4..00b8f9cec0 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -75,6 +75,13 @@ services: tags: - { name: console.command } + console.command.dev.migration_tips: + class: phpbb\console\command\dev\migration_tips + arguments: + - @ext.manager + tags: + - { name: console.command } + console.command.extension.disable: class: phpbb\console\command\extension\disable arguments: |
