Skip to content

Commit 5bef7fb

Browse files
author
Simonas Šerlinskas
committed
Merge branch 'adrienbrault-patch-2' into 1.2
2 parents 78e6e07 + 59745bf commit 5bef7fb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- Please describe your problem/feature request here. -->
2+
3+
<!--
4+
If you are creating a problem issue don't forget to include you code snippet that
5+
we could recreate a problem. Please include:
6+
- Your PHP version
7+
- Elasticsearch version
8+
- Bundle version
9+
-->

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"minimum-stability": "dev",
3434
"extra": {
3535
"branch-alias": {
36-
"dev-master": "1.2-dev"
36+
"dev-master": "1.3-dev"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)