Fixed a build warning in SarGroup.cs
This was actually meant to be pushed two versions ago
This commit is contained in:
parent
57d32184ff
commit
81064efb57
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
namespace EllieBot.Db.Models;
|
namespace EllieBot.Db.Models;
|
||||||
|
|
||||||
public sealed class SarGroup : DbEntity
|
public sealed class SarGroup
|
||||||
{
|
{
|
||||||
[Key]
|
[Key]
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
|
|
Loading…
Reference in a new issue