mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12508] Ignore extensions in migration_tips dev tool
PHPBB3-12508
This commit is contained in:
parent
c82ae94f8a
commit
0134acd53f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue