Fixes for migration (#3577)

This commit is contained in:
David Bomba 2020-04-02 08:26:39 +11:00 committed by GitHub
parent 2bf05ba96d
commit 1fd7ecbbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ class StartMigration implements ShouldQueue
return; return;
} }
$this->company->setMigration(false); $this->company->setMigration(true);
$file = storage_path("migrations/$filename/migration.json"); $file = storage_path("migrations/$filename/migration.json");