mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52:49 -05:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
using Bit.Core.Entities;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
namespace Bit.Core.Models.Data;
|
||||
|
||||
public class CollectionDetails : Collection
|
||||
{
|
||||
public class CollectionDetails : Collection
|
||||
{
|
||||
public bool ReadOnly { get; set; }
|
||||
public bool HidePasswords { get; set; }
|
||||
}
|
||||
public bool ReadOnly { get; set; }
|
||||
public bool HidePasswords { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user