@@ -15,13 +15,13 @@ |
||
| 15 | 15 | use Geocoder\Collection; |
| 16 | 16 | use Geocoder\Exception\Exception; |
| 17 | 17 | use Geocoder\Exception\LogicException; |
| 18 | +use Geocoder\Plugin\Exception\LoopException; |
|
| 18 | 19 | use Geocoder\Plugin\Promise\GeocoderFulfilledPromise; |
| 19 | 20 | use Geocoder\Plugin\Promise\GeocoderRejectedPromise; |
| 20 | 21 | use Geocoder\Provider\Provider; |
| 21 | 22 | use Geocoder\Query\GeocodeQuery; |
| 22 | 23 | use Geocoder\Query\Query; |
| 23 | 24 | use Geocoder\Query\ReverseQuery; |
| 24 | -use Geocoder\Plugin\Exception\LoopException; |
|
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * @author Joel Wurtz <[email protected]> |
@@ -14,8 +14,8 @@ |
||
| 14 | 14 | |
| 15 | 15 | use Geocoder\Exception\QuotaExceeded; |
| 16 | 16 | use Geocoder\Model\AddressCollection; |
| 17 | -use Geocoder\Plugin\Plugin\LoggerPlugin; |
|
| 18 | 17 | use Geocoder\Plugin\PluginProvider; |
| 18 | +use Geocoder\Plugin\Plugin\LoggerPlugin; |
|
| 19 | 19 | use Geocoder\Provider\Provider; |
| 20 | 20 | use Geocoder\Query\GeocodeQuery; |
| 21 | 21 | use PHPUnit\Framework\TestCase; |