mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 03:45:16 +08:00
Use relative path for core migrations
This commit is contained in:
parent
d5538f4931
commit
34502bc286
|
@ -64,7 +64,7 @@ class MigrateCommand extends AbstractCommand
|
|||
|
||||
$migrator = $this->container->make('Flarum\Database\Migrator');
|
||||
|
||||
$migrator->run(base_path('core/migrations'));
|
||||
$migrator->run(__DIR__.'/../../../migrations');
|
||||
|
||||
foreach ($migrator->getNotes() as $note) {
|
||||
$this->info($note);
|
||||
|
|
Loading…
Reference in New Issue
Block a user