mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix namespace.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user