mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Add missing methods so phpstan stops complaining.
This commit is contained in:
@@ -88,8 +88,6 @@ interface CurrencyRepositoryInterface
|
||||
|
||||
public function getByIds(array $ids): Collection;
|
||||
|
||||
public function getUserGroup(): UserGroup;
|
||||
|
||||
public function isFallbackCurrency(TransactionCurrency $currency): bool;
|
||||
|
||||
public function makeDefault(TransactionCurrency $currency): void;
|
||||
|
Reference in New Issue
Block a user