Fix namespace.

This commit is contained in:
James Cole
2025-02-23 12:35:13 +01:00
parent 25ebfd6978
commit 0086a0ddc8
36 changed files with 56 additions and 35 deletions

View File

@@ -50,6 +50,14 @@ interface CurrencyRepositoryInterface
*/
public function getCompleteSet(): Collection;
/**
* Get the user group's currencies.
*
* @return Collection<TransactionCurrency>
*/
public function get(): Collection;
/**
* Get currency exchange rate.
*