aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-10-22 15:25:50 +0200
committerTristan Darricau <github@nicofuma.fr>2014-10-22 15:25:50 +0200
commitfdece6cdf3cb375da1ee4ab488d2ec8d854845db (patch)
tree8b38379ecd82a31d43292378889ce76e9b19d169 /phpBB/phpbb/console/command/db
parent981d3005f37d6298bd8775154e83194dbe0a0ed1 (diff)
downloadforums-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.php1
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