@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\BpostAddressWebservice\Responses; |
| 4 | 4 | |
| 5 | -use Spatie\BpostAddressWebservice\Error; |
|
| 6 | 5 | use Spatie\BpostAddressWebservice\Address; |
| 7 | -use Spatie\BpostAddressWebservice\Warning; |
|
| 6 | +use Spatie\BpostAddressWebservice\Error; |
|
| 8 | 7 | use Spatie\BpostAddressWebservice\ValidatedAddress; |
| 8 | +use Spatie\BpostAddressWebservice\Warning; |
|
| 9 | 9 | |
| 10 | 10 | class ValidateAddressesResponse |
| 11 | 11 | { |