Improve comment

This commit is contained in:
Marcus Moore 2024-03-25 13:48:32 -07:00
parent c98b9da612
commit a2625c889a
No known key found for this signature in database

View file

@ -38,6 +38,8 @@ class StoreAssetRequest extends ImageUploadRequest
]);
} catch (InvalidFormatException $e) {
// we don't need to do anything here...
// we'll keep the provided date in an
// invalid format so validation picks it up later
}
}