Closed radimvaculik closed 1 year ago
Version: 1.2.4
When calling castTo twice, it produces a warning.
castTo
https://fiddle.nette.org/nette/#d9bfa4be37
No warning. Input string will be successfully mapped to target class DateTime property.
🤷
Linking similar issue – https://github.com/nette/schema/issues/44
Version: 1.2.4
Bug Description
When calling
castTo
twice, it produces a warning.Steps To Reproduce
https://fiddle.nette.org/nette/#d9bfa4be37
Expected Behavior
No warning. Input string will be successfully mapped to target class DateTime property.
Possible Solution
🤷