-
Notifications
You must be signed in to change notification settings - Fork 1
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
LoginToken Doctrine entity class #31
LoginToken Doctrine entity class #31
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @padmasreegade, looks great -- just a few things that need to be adjusted (probably because they were copied-and-pasted from the Laminas\Row class, which works slightly differently in a few places).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nearly there, @padmasreegade -- just two very minor adjustments still to go!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to keep bouncing this back to you -- just noticed a few more minor things. I'm confident this is the last round of reviews before we can merge this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @padmasreegade! I made one last small edit to remove the old string-based default date since you've now replaced it via the constructor. Merging now.
create Doctrine entity class - LoginToken