mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/13126] Add missing use statement
PHPBB3-13126
This commit is contained in:
parent
981d3005f3
commit
fdece6cdf3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue