Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Un-revert change to ModuleEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 19, 2013
1 parent dc6af66 commit cec8933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ModuleEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ModuleEvent extends Event
/**
* Module events triggered by eventmanager
*/
CONST EVENT_MERGE_CONFIG = 'mergeConfig';
CONST EVENT_LOAD_MODULES = 'loadModules';
CONST EVENT_LOAD_MODULE_RESOLVE = 'loadModule.resolve';
CONST EVENT_LOAD_MODULE = 'loadModule';
Expand Down

0 comments on commit cec8933

Please sign in to comment.