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

Fixing the hydrator to be in one place and overwriteable #13

Merged
merged 2 commits into from
Jan 19, 2021

Conversation

alexz707
Copy link

@alexz707 alexz707 commented Jan 7, 2021

Should be BC only config stuff changed - the user hydrator wasn't used at all

@alexz707 alexz707 added the bug Something isn't working label Jan 8, 2021
@alexz707 alexz707 linked an issue Jan 8, 2021 that may be closed by this pull request
@alexz707
Copy link
Author

Also fixes a bug with the service-manager laminas/laminas-servicemanager#68
until they fix it. If the fix it...

@matwright matwright merged commit d296b30 into LM-Commons:master Jan 19, 2021
@svycka
Copy link
Contributor

svycka commented Feb 11, 2021

this caused BC break #15

),
'factories' => array(
'lmcuser_register_form_hydrator' => 'lmcuser_user_hydrator',
'lmcuser_base_hydrator' => ClassMethodsHydrator::class
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess ClassMethodsHydrator::class does not exist in servicemanager and should be retrieved from hydrators manager as it is hydrator not a service

svycka added a commit to svycka/LmcUser that referenced this pull request Feb 11, 2021
rarog added a commit to rarog/LmcUser that referenced this pull request Feb 22, 2021
@rarog rarog mentioned this pull request Feb 22, 2021
matwright added a commit that referenced this pull request Feb 27, 2021
Fixed BC break #15 introduced in #13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LmcUser uses multiple different hydrators
3 participants