Completed
Pull Request — master (#4)
by Haydar
03:09 queued 43s
created
src/ElasticSearch.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 /*
5 5
 Elasticsearch Adapter
6 6
 */
7
-Use Elasticsearch as ElasticsearchLib;
7
+use Elasticsearch as ElasticsearchLib;
8 8
 
9 9
 class ElasticSearch implements Base
10 10
 {
Please login to merge, or discard this patch.