mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-11 13:57:41 -08:00
Remove die() from migration
This commit is contained in:
parent
52f10232a1
commit
46fb5c9d40
|
@ -75,9 +75,7 @@ class MigrateDenormedAssetLocations extends Migration
|
|||
\Log::info('MISMATCH MISMATCH '.$asset->id. "doesn't match its location");
|
||||
}
|
||||
});
|
||||
|
||||
die();
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue