Skip to content
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

Merged
merged 6 commits into from
Jun 20, 2024

Conversation

padmasreegade
Copy link

create Doctrine entity class - LoginToken

Copy link
Owner

@demiankatz demiankatz left a 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).

module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
Copy link
Owner

@demiankatz demiankatz left a 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!

module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
Copy link
Owner

@demiankatz demiankatz left a 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!

module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
module/VuFind/src/VuFind/Db/Entity/LoginToken.php Outdated Show resolved Hide resolved
Copy link
Owner

@demiankatz demiankatz left a 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.

@demiankatz demiankatz merged commit 9fb5494 into demiankatz:doctrine Jun 20, 2024
3 of 4 checks passed
@padmasreegade padmasreegade deleted the login-token-doctrine branch June 20, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants