mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
Use relative path for core migrations
This commit is contained in:
parent
b44ffd9f8d
commit
d46316e979
|
@ -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