mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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");
|
\Log::info('MISMATCH MISMATCH '.$asset->id. "doesn't match its location");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
die();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue