|
@@ -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.