Skip to content

Commit 96811af

Browse files
committed
Undo some changes from 01f732 where full paths were not used.
1 parent b0807ff commit 96811af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ElasticquentTrait.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?php namespace Elasticquent;
22

33
use \Exception;
4-
use Elasticquent\ElasticquentResultCollection as ResultCollection;
4+
use \Elasticquent\ElasticquentCollection as ElasticquentCollection;
5+
use \Elasticquent\ElasticquentResultCollection as ResultCollection;
56

67
/**
78
* Elasticquent Trait

0 commit comments

Comments
 (0)