laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.
https://laravel.com/docs/passport
MIT License
3.29k stars 780 forks source link

[11.x] Removed deprecated `dates` property from `RefreshToken` model #1645

Closed siarheipashkevich closed 1 year ago

siarheipashkevich commented 1 year ago

Use casts instead of dates property.

taylorotwell commented 1 year ago

Not sure we would do this on a patch release? /cc @driesvints

driesvints commented 1 year ago

I think this is fine tbh. I really doubt people are overwriting this directly.