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