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

fix lazy loaded entities type for Doctrine #116

Closed
wants to merge 1 commit into from

Conversation

sorinstanila
Copy link

When using in a Symfony application with Doctrine entities, the resource type is not detected correctly. This happens in case of ManyToOne/ManyToMany relations between entities.

@neomerx
Copy link
Owner

neomerx commented Mar 18, 2016

@sorinstanila There is an 'official' way to extend the library and you literally can replace any part (class or method) of the lib with your own implementation.

Have a look at this wiki section which was inspired by #40

@neomerx
Copy link
Owner

neomerx commented Mar 18, 2016

I'm closing the PR. If you have any questions with regards of how to extend the lib please don't hesitate to ask.

@neomerx neomerx closed this Mar 18, 2016
@sorinstanila
Copy link
Author

Very nice. Implemented, thanks ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants