We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a62d1 commit 5b12888Copy full SHA for 5b12888
src/ElasticSessionStore.php
@@ -47,7 +47,6 @@ public static function putMapping() {
47
]
48
49
];
50
- dd(json_encode($mappingParams));
51
$client->indices()->putMapping($mappingParams);
52
}
53
0 commit comments