Skip to content

Commit

Permalink
Fix PRE_MANAGER_CREATE event name
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault authored Sep 13, 2016
1 parent ad37945 commit 59745bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/ManagerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function createManager($managerName, $connection, $analysis, $managerConf

$this->eventDispatcher &&
$this->eventDispatcher->dispatch(
Events::POST_MANAGER_CREATE,
Events::PRE_MANAGER_CREATE,
new PreCreateManagerEvent($client, $indexSettings)
);

Expand Down

0 comments on commit 59745bf

Please sign in to comment.