Update comment in DataStoreProvider
Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
parent
d9d2fadb35
commit
ad2fb25e9d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
import Foundation
|
||||
|
||||
/**
|
||||
Wrapper for all types of data stores. Some are considered singletons, such as the UserDataStore, while others are created as needed
|
||||
Wrapper for all types of data stores. Some are considered singletons, such as the AuthenticationDataStore, while others are created as needed
|
||||
*/
|
||||
class DataStoreProvider {
|
||||
private let budgetRepository: BudgetRepository
|
||||
|
|
Loading…
Reference in a new issue