Remove die() from migration

This commit is contained in:
snipe 2017-10-28 03:54:06 -07:00
parent 52f10232a1
commit 46fb5c9d40

View file

@ -76,8 +76,6 @@ class MigrateDenormedAssetLocations extends Migration
} }
}); });
die();
} }
/** /**