Closed siarheipashkevich closed 1 year ago
Not sure we would do this on a patch release? /cc @driesvints
https://github.com/laravel/passport/pull/1636
On the Laravel 10 it will break application if I use expires_at and expect that this field is carbon instance.
@taylorotwell @driesvints
@driesvints could you check this PR please?
I think this is fine tbh. I really doubt people are overwriting this directly.
Use
casts
instead ofdates
property.