diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-10-22 15:25:50 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-10-22 15:25:50 +0200 |
commit | fdece6cdf3cb375da1ee4ab488d2ec8d854845db (patch) | |
tree | 8b38379ecd82a31d43292378889ce76e9b19d169 /phpBB/phpbb/console/command/db | |
parent | 981d3005f37d6298bd8775154e83194dbe0a0ed1 (diff) | |
download | forums-fdece6cdf3cb375da1ee4ab488d2ec8d854845db.tar forums-fdece6cdf3cb375da1ee4ab488d2ec8d854845db.tar.gz forums-fdece6cdf3cb375da1ee4ab488d2ec8d854845db.tar.bz2 forums-fdece6cdf3cb375da1ee4ab488d2ec8d854845db.tar.xz forums-fdece6cdf3cb375da1ee4ab488d2ec8d854845db.zip |
[ticket/13126] Add missing use statement
PHPBB3-13126
Diffstat (limited to 'phpBB/phpbb/console/command/db')
-rw-r--r-- | phpBB/phpbb/console/command/db/console_migrator_output_handler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/console/command/db/console_migrator_output_handler.php b/phpBB/phpbb/console/command/db/console_migrator_output_handler.php index 92a047605d..b9741a3838 100644 --- a/phpBB/phpbb/console/command/db/console_migrator_output_handler.php +++ b/phpBB/phpbb/console/command/db/console_migrator_output_handler.php @@ -14,6 +14,7 @@ namespace phpbb\console\command\db; use phpbb\user; +use phpbb\db\migrator_output_handler_interface; use Symfony\Component\Console\Output\OutputInterface; class console_migrator_output_handler implements migrator_output_handler_interface |