mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
oops
This commit is contained in:
parent
99d409c0a5
commit
cb10c7af27
|
@ -36,7 +36,7 @@ class DenormalizedEolAndAddColumnForExplicitDateToAssets extends Migration
|
|||
if ($asset->model->eol) {
|
||||
if ($months != $asset->model->eol) {
|
||||
$assetToUpdateEolExplicit = $asset->id;
|
||||
//$asset->update(['eol_explicit' => true]);
|
||||
$asset->update(['eol_explicit' => true]);
|
||||
}
|
||||
} else {
|
||||
$asset->update(['eol_explicit' => true]);
|
||||
|
|
Loading…
Reference in a new issue