aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r--phpBB/phpbb/console/command/db/migrate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/console/command/db/migrate.php b/phpBB/phpbb/console/command/db/migrate.php
index 08016ea4d8..16a09af6fc 100644
--- a/phpBB/phpbb/console/command/db/migrate.php
+++ b/phpBB/phpbb/console/command/db/migrate.php
@@ -114,8 +114,8 @@ class migrate extends \phpbb\console\command\command
{
$migrations = $this->extension_manager
->get_finder()
- ->core_path('phpbb/db/migration/data/')
- ->extension_directory('/migrations')
+ ->core_path('phpbb/db/migration/data/')
+ ->extension_directory('/migrations')
->get_classes();
$this->migrator->set_migrations($migrations);
}