mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +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)
|
protected function execute(InputInterface $input, OutputInterface $output)
|
||||||
{
|
{
|
||||||
$migrations = $this->extension_manager->get_finder()
|
$migrations = $this->extension_manager->get_finder()
|
||||||
|
->set_extensions(array())
|
||||||
->core_path('phpbb/db/migration/data/')
|
->core_path('phpbb/db/migration/data/')
|
||||||
->get_classes();
|
->get_classes();
|
||||||
$tips = $migrations;
|
$tips = $migrations;
|
||||||
|
Reference in New Issue
Block a user