You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.