Skip to content

Commit 59745bf

Browse files
authored
Fix PRE_MANAGER_CREATE event name
1 parent ad37945 commit 59745bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/ManagerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function createManager($managerName, $connection, $analysis, $managerConf
135135

136136
$this->eventDispatcher &&
137137
$this->eventDispatcher->dispatch(
138-
Events::POST_MANAGER_CREATE,
138+
Events::PRE_MANAGER_CREATE,
139139
new PreCreateManagerEvent($client, $indexSettings)
140140
);
141141

0 commit comments

Comments
 (0)