jamesmills / laravel-timezone

Enable user Timezones in your application.
MIT License
677 stars 91 forks source link

api user update #27

Closed rolandverner closed 4 years ago

rolandverner commented 4 years ago

i am using laravel passport and the package not update the user time zone in database

amandiobm commented 4 years ago

Hey @RolandVerner, can you send us the Laravel version? I will install the same version, with passport and test it.

cheers.

amandiobm commented 4 years ago

Hey @RolandVerner, I installed the latest version of Laravel, with the latest passport version. I noticed the passport package handles differently the login events. We will be looking to adjust that.

Thanks, for the feedback.

jamesmills commented 4 years ago

Hi @RolandVerner and thanks for submitting the issue!

Thank you @amandiobm for taking a look at this. Looks like there is a conflict on the #29 PR.

amandiobm commented 4 years ago

I'll be fixing pretty soon. tks.

amandiobm commented 4 years ago

Fixed ;)

jamesmills commented 4 years ago

Fixed and tagged in 1.9.2

rolandverner commented 4 years ago

thanks