Fixes for migration (#3577)
This commit is contained in:
parent
2bf05ba96d
commit
1fd7ecbbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class StartMigration implements ShouldQueue
|
|||
return;
|
||||
}
|
||||
|
||||
$this->company->setMigration(false);
|
||||
$this->company->setMigration(true);
|
||||
|
||||
$file = storage_path("migrations/$filename/migration.json");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue