Skip to content

Commit

Permalink
Add camt.052.001.06 to Config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DBX12 authored and PowerKiKi committed Apr 5, 2020
1 parent b7233d2 commit fa72d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public static function getDefault(): Config
$config = new self();
$config->addMessageFormat(new Camt052\MessageFormat\V01());
$config->addMessageFormat(new Camt052\MessageFormat\V04());
$config->addMessageFormat(new Camt052\MessageFormat\V06());
$config->addMessageFormat(new Camt053\MessageFormat\V02());
$config->addMessageFormat(new Camt053\MessageFormat\V03());
$config->addMessageFormat(new Camt053\MessageFormat\V04());
Expand Down

0 comments on commit fa72d91

Please sign in to comment.