-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
DDC-3838: Add support for usig DTOs as constructor arguments #4687
Labels
Milestone
Comments
fesor
pushed a commit
to fesor/doctrine2
that referenced
this issue
Sep 17, 2017
fesor
added a commit
to fesor/doctrine2
that referenced
this issue
Sep 19, 2017
fesor
added a commit
to fesor/doctrine2
that referenced
this issue
Jan 27, 2018
fesor
added a commit
to fesor/doctrine2
that referenced
this issue
Jan 27, 2018
norkunas
pushed a commit
to norkunas/orm
that referenced
this issue
Feb 8, 2024
norkunas
pushed a commit
to norkunas/orm
that referenced
this issue
Feb 8, 2024
norkunas
pushed a commit
to norkunas/orm
that referenced
this issue
Feb 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jira issue originally created by user marcospassos:
I've a user case where I need to instantiate a DTO that requires use another DTO as argument:
..
Today it's not possible and an exception is thrown:
The text was updated successfully, but these errors were encountered: