Refactor group validation

This commit is contained in:
James Cole
2020-03-21 06:01:27 +01:00
parent c15b72b6b0
commit 62757812ff
3 changed files with 17 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ trait CurrencyValidation
* @return array
*/
abstract protected function getTransactionsArray(Validator $validator): array;
/**
* If the transactions contain foreign amounts, there must also be foreign currency information.
*