[ticket/13126] Add missing use statement

PHPBB3-13126
This commit is contained in:
Tristan Darricau 2014-10-22 15:25:50 +02:00
parent 981d3005f3
commit fdece6cdf3

View file

@ -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