@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Genkgo\Camt\DTO; |
| 6 | 6 | use \SimpleXMLElement; |
| 7 | 7 | use Genkgo\Camt\Decoder\Factory\DTO as DTOFactory; |
| 8 | -use Genkgo\Camt\Iban; |
|
| 9 | 8 | use Money\Money; |
| 10 | 9 | use Money\Currency; |
| 11 | 10 | use Genkgo\Camt\Util\StringToUnits; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use DateTimeImmutable; |
| 6 | 6 | use SimpleXMLElement; |
| 7 | 7 | use Genkgo\Camt\DTO; |
| 8 | -use Genkgo\Camt\Iban; |
|
| 9 | 8 | use Genkgo\Camt\Decoder\Factory\DTO as DTOFactory; |
| 10 | 9 | |
| 11 | 10 | abstract class Message |