Make storage URL method public

multistore
Laurent 1 year ago
parent e23c81306c
commit 6e58fdff1e
  1. 2
      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)
}

Loading…
Cancel
Save