Skip to content

Commit

Permalink
Merge branch 'hotfix/11' into develop
Browse files Browse the repository at this point in the history
Forward port laminas#11
  • Loading branch information
michalbundyra committed May 22, 2020
2 parents 77ac1d1 + 69fef75 commit fe0b6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/module-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ listeners.
After all modules have been loaded, the `mergeConfig` event is triggered. By default,
`Laminas\ModuleManager\Listener\ConfigLister` listens on this event at priority 1000, and merges all
configuration. You may attach additional listeners to this event in order to manipulate the merged
configuration. See [the tutorial on manipulating merged configuration](https://getlaminas.org/manual/current/en/tutorials/config.advanced.html#manipulating-merged-configuration)
configuration. See [the tutorial on manipulating merged configuration](https://docs.laminas.dev/tutorials/advanced-config/#manipulating-merged-configuration)
for more information.

### loadModules.post (`ModuleEvent::EVENT_LOAD_MODULES_POST`)
Expand Down

0 comments on commit fe0b6b2

Please sign in to comment.