1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/13211] Move console migrator output handler to db folder

PHPBB3-13211
This commit is contained in:
Marc Alexander
2014-10-24 13:33:26 -07:00
parent 516bd9ea51
commit b27b9a6984
2 changed files with 2 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class migrate extends \phpbb\console\command\command
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->migrator->set_output_handler(new console_migrator_output_handler($this->user, $output));
$this->migrator->set_output_handler(new \phpbb\db\console_migrator_output_handler($this->user, $output));
$this->migrator->create_migrations_table();