mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
oops, typo from conflict resolve
This commit is contained in:
parent
b4b4927370
commit
e1addc5aef
|
@ -362,6 +362,8 @@ class AssetFactory extends Factory
|
||||||
'purchase_date' => null,
|
'purchase_date' => null,
|
||||||
'asset_eol_date' => null
|
'asset_eol_date' => null
|
||||||
]);
|
]);
|
||||||
|
});
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* This allows bypassing model level validation if you want to purposefully
|
* This allows bypassing model level validation if you want to purposefully
|
||||||
* create an asset in an invalid state. Validation is turned back on
|
* create an asset in an invalid state. Validation is turned back on
|
||||||
|
|
Loading…
Reference in a new issue