-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issue #337: Implemented handle delegators #338
Conversation
Signed-off-by: alexmerlin <[email protected]>
throw new RuntimeException(sprintf(Message::SERVICE_NOT_FOUND, ResourceGenerator::class)); | ||
} | ||
|
||
if (! $container->has(ProblemDetailsResponseFactory::class)) { |
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.
If this is the single implementation of the handle delegator, it should not search for the problem detail yet.
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.
Correct! 👍
Was removed from the return, but forgot to remove it from the container check.
Just fixed it.
Signed-off-by: alexmerlin <[email protected]>
No description provided.