diff --git a/LeStorage/Storable.swift b/LeStorage/Storable.swift index dd2a9af..cf4c635 100644 --- a/LeStorage/Storable.swift +++ b/LeStorage/Storable.swift @@ -47,7 +47,7 @@ extension Storable { return path } - static func storageDirectoryPath() throws -> URL { + public static func storageDirectoryPath() throws -> URL { return try FileUtils.pathForDirectoryInDocuments(directory: Store.storageDirectory) }