mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 01:22:50 -05:00
rename foles for subvault => collection
This commit is contained in:
10
src/Core/Models/Table/CollectionCipher.cs
Normal file
10
src/Core/Models/Table/CollectionCipher.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public class CollectionCipher
|
||||
{
|
||||
public Guid CollectionId { get; set; }
|
||||
public Guid CipherId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user