Skip to content

Commit 42d2042

Browse files
authored
Codebase: Made IModifiableStorable IStorable (#10817)
1 parent e8b293a commit 42d2042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.Sdk.Storage/ModifiableStorage/IModifiableStorable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/// <summary>
44
/// Represents a storage object that can be modified.
55
/// </summary>
6-
public interface IModifiableStorable
6+
public interface IModifiableStorable : IStorable
77
{
88
}
99
}

0 commit comments

Comments
 (0)