This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ServiceListener needs to be able to overwrite existing configuration
In testing zend-mvc for forwards compatibility, I ran into an issue with the ServiceListener: if a service was already configured when the ServiceListener ran, an exception was thrown due to being unable to overwrite services. This should always be allowed in the ServiceListener.
- Loading branch information
1 parent
cfcdf32
commit e89b921
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters