mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
typo
This commit is contained in:
parent
27bea2abb9
commit
e1af69f6ae
|
@ -30,7 +30,7 @@ class DenormalizedEolAndAddColumnForExplicitDateToAssets extends Migration
|
|||
$asset->update(['eol_explicit' => true]);
|
||||
}
|
||||
} else {
|
||||
$asset->update(['eol_explcit' => true]);
|
||||
$asset->update(['eol_explicit' => true]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue