Completed
Pull Request — master (#22)
by Sergey
16:14
created
src/Relationship/HasManyRelationship.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Isswp101\Persimmon\Relationship;
4 4
 
5
-use Isswp101\Persimmon\Collection\IElasticsearchCollection;
6 5
 use Isswp101\Persimmon\CollectionParser\ElasticsearchCollectionParser;
6
+use Isswp101\Persimmon\Collection\IElasticsearchCollection;
7 7
 use Isswp101\Persimmon\Model\IElasticsearchModel;
8 8
 use Isswp101\Persimmon\QueryBuilder\QueryBuilder;
9 9
 
Please login to merge, or discard this patch.
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\ICollection;
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.