-
-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.x] fix: default date casting #1842
base: 3.x
Are you sure you want to change the base?
Conversation
Marking as draft until #1831 is merged |
a1dc8ad
to
8bedb5e
Compare
8bedb5e
to
137731f
Compare
137731f
to
e4006d7
Compare
e4006d7
to
23e5e58
Compare
23e5e58
to
cdaea6b
Compare
cdaea6b
to
f3965d3
Compare
@canvural, I've rebased and tests are passing, can this be merged? This just switches the checks around so that if there's an explicit cast for a date it will use the cast instead of the default date cast. |
f3965d3
to
b2723d9
Compare
b2723d9
to
e41b26c
Compare
Yes, all this does is just switch the if conditions around to respect the user's custom cast if there is one |
39d60e2
to
c4d0ee6
Compare
e41b26c
to
7b36005
Compare
7b36005
to
9b8a6fc
Compare
@canvural, I hope you had a refreshing holiday season! I just rebased all of my PRs on the latest 3.x and the tests are passing. Can we try to get them merged please? 🙏 Some of them have been open for almost a year: https://github.com/larastan/larastan/pulls/calebdw Thanks! |
Changes
Closes #1744
Thanks!