Version: 3.0.4
Bug Description
When presenter class is inherited to another presenter, then parent presenter usage ends with error "Multiple services of type ... found"
Steps To Reproduce
Create presenter with name ParentPresenter and another presenter ChildPresenter inheriting from ParentPresenter.
Add presenters to composer classmap and dump optimized class loader.
Try access ParentPresenter and BadRequestException is thrown with message "Multiple services of type ..."
Expected Behavior
I expect ParentPresenter to be run as was in version 2.4.
Version: 3.0.4
Bug Description
When presenter class is inherited to another presenter, then parent presenter usage ends with error "Multiple services of type ... found"
Steps To Reproduce
Create presenter with name
ParentPresenterand another presenterChildPresenterinheriting fromParentPresenter.Add presenters to composer classmap and dump optimized class loader.
Try access
ParentPresenterandBadRequestExceptionis thrown with message "Multiple services of type ..."Expected Behavior
I expect
ParentPresenterto be run as was in version 2.4.