mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 02:22:49 -05:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
using System.Data;
|
||||
using Bit.Core.Entities;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
namespace Bit.Core.Models.Data;
|
||||
|
||||
public class GroupWithCollections : Group
|
||||
{
|
||||
public class GroupWithCollections : Group
|
||||
{
|
||||
public DataTable Collections { get; set; }
|
||||
}
|
||||
public DataTable Collections { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user