mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12475] Tabs, spaces, ...
This commit is contained in:
commit
49c994f0f3
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue