aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/db/console_migrator_output_handler.php')
-rw-r--r--phpBB/phpbb/console/command/db/console_migrator_output_handler.php2
1 files changed, 1 insertions, 1 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 b9741a3838..568b2646d4 100644
--- a/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
+++ b/phpBB/phpbb/console/command/db/console_migrator_output_handler.php
@@ -13,8 +13,8 @@
namespace phpbb\console\command\db;
+use phpbb\db\output_handler\migrator_output_handler_interface;
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