Skip to content

Commit

Permalink
Quick fix for my previous merge commit
Browse files Browse the repository at this point in the history
I guess I didn't :w in vim with the conflict before running the
`git-add`. Anyway, this is the merge conflict resolution for
1ab792a.
  • Loading branch information
EvanDotPro committed Aug 18, 2013
1 parent 1ab792a commit be719ba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions library/Zend/ModuleManager/ModuleEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,11 @@ class ModuleEvent extends Event
/**
* Module events triggered by eventmanager
*/
<<<<<<< HEAD
CONST EVENT_MERGE_CONFIG = 'mergeConfig';
CONST EVENT_LOAD_MODULES = 'loadModules';
CONST EVENT_LOAD_MODULE_RESOLVE = 'loadModule.resolve';
CONST EVENT_LOAD_MODULE = 'loadModule';
CONST EVENT_LOAD_MODULES_POST = 'loadModules.post';
=======
const EVENT_MERGE_CONFIG = 'mergeConfig';
const EVENT_LOAD_MODULES = 'loadModules';
const EVENT_LOAD_MODULE_RESOLVE = 'loadModule.resolve';
const EVENT_LOAD_MODULE = 'loadModule';
const EVENT_LOAD_MODULES_POST = 'loadModules.post';
>>>>>>> FETCH_HEAD

/**
* @var mixed
Expand Down

0 comments on commit be719ba

Please sign in to comment.