Skip to content

Commit 0768b5e

Browse files
committed
Fix casing of class
Should be properly camel cased. Closes elastic#92
1 parent 8817599 commit 0768b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elasticsearch/Endpoints/DeleteByQuery.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @link http://elasticsearch.org
2121
*/
2222

23-
class Deletebyquery extends AbstractEndpoint
23+
class DeleteByquery extends AbstractEndpoint
2424
{
2525
/**
2626
* @param array $body

0 commit comments

Comments
 (0)