Skip to content

2.2.0

Choose a tag to compare

@sunkan sunkan released this 14 Jun 09:11
· 1 commit to main since this release
afa5301
Extract methods from AbstractInput to a trait

We do that to make it easier to extend value objects and just
implement the InputInterface and use the trait to not need to
implement all 15 methods