Skip to content

Commit eaaf221

Browse files
Roman KyrylenkoRoman Kyrylenko
Roman Kyrylenko
authored and
Roman Kyrylenko
committed
fixed initialiser issue;
1 parent c21dcbd commit eaaf221

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/CoreData/CoreDataDBClient.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ public class CoreDataDBClient {
5555

5656
public static let modelName = "CoreData"
5757

58+
public init() {
59+
}
60+
5861
// MARK: - CoreData stack
5962

6063
fileprivate lazy var applicationDocumentsDirectory: URL = {

0 commit comments

Comments
 (0)