mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Improve comment
This commit is contained in:
parent
c98b9da612
commit
a2625c889a
|
@ -38,6 +38,8 @@ class StoreAssetRequest extends ImageUploadRequest
|
||||||
]);
|
]);
|
||||||
} catch (InvalidFormatException $e) {
|
} catch (InvalidFormatException $e) {
|
||||||
// we don't need to do anything here...
|
// we don't need to do anything here...
|
||||||
|
// we'll keep the provided date in an
|
||||||
|
// invalid format so validation picks it up later
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue