v2.0.0
What's Changed
- It's now possible to pass
startFrom
as a parameter to query between certain ranges. For instance:Transaction::ofLastYear(startFrom: '2020-01-01')
. You may need to change the order of your arguments or use named arguments. Checkout UPGRADING file for that.