diff --git a/Sources/VaporWallet/HasWallet.swift b/Sources/VaporWallet/HasWallet.swift index 0d6a346..3e1018b 100644 --- a/Sources/VaporWallet/HasWallet.swift +++ b/Sources/VaporWallet/HasWallet.swift @@ -20,7 +20,7 @@ extension HasWallet { self[keyPath: Self.idKey] } - func walletsRepository(on db: Database) -> WalletsRepository { + public func walletsRepository(on db: Database) -> WalletsRepository { return WalletsRepository(db: db, idKey: self._$idKey) } }