mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12508] Ignore extensions in migration_tips dev tool
PHPBB3-12508
This commit is contained in:
@@ -37,6 +37,7 @@ class migration_tips extends \phpbb\console\command\command
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
$migrations = $this->extension_manager->get_finder()
|
||||
->set_extensions(array())
|
||||
->core_path('phpbb/db/migration/data/')
|
||||
->get_classes();
|
||||
$tips = $migrations;
|
||||
|
Reference in New Issue
Block a user