Improve comment
This commit is contained in:
parent
c98b9da612
commit
a2625c889a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue