Skip to content

Commit 5b12888

Browse files
committed
Fix a bug for new sessions
1 parent a0a62d1 commit 5b12888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ElasticSessionStore.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public static function putMapping() {
4747
]
4848
]
4949
];
50-
dd(json_encode($mappingParams));
5150
$client->indices()->putMapping($mappingParams);
5251
}
5352

0 commit comments

Comments
 (0)