Completed
Pull Request — master (#22)
by Sergey
15:36
created
src/Repository/ElasticsearchRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use Elasticsearch\Client;
6 6
 use Elasticsearch\Common\Exceptions\Missing404Exception;
7
+use Isswp101\Persimmon\CollectionParser\ElasticsearchCollectionParser;
7 8
 use Isswp101\Persimmon\Collection\ElasticsearchCollection;
8 9
 use Isswp101\Persimmon\Collection\IElasticsearchCollection;
9
-use Isswp101\Persimmon\CollectionParser\ElasticsearchCollectionParser;
10 10
 use Isswp101\Persimmon\Contracts\Storable;
11 11
 use Isswp101\Persimmon\Exceptions\ClassTypeErrorException;
12 12
 use Isswp101\Persimmon\Exceptions\ModelNotFoundException;
Please login to merge, or discard this patch.