Remove die() from migration

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

View file

@ -75,9 +75,7 @@ class MigrateDenormedAssetLocations extends Migration
\Log::info('MISMATCH MISMATCH '.$asset->id. "doesn't match its location");
}
});
die();
}
/**