aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Models/Validation/Validator.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-02 22:02:32 +0800
committerGitHub <noreply@github.com>2021-06-02 22:02:32 +0800
commitc7dd16740d7a8953533c895d1bebec0d84f7ec65 (patch)
tree82e3918b2a681c18eaccb11df0349b1dd3f9f198 /BackEnd/Timeline/Models/Validation/Validator.cs
parentaac9480e22060ddb62ccbdc3a5b851a54d2fe3af (diff)
parent634fc0454b81dc63e6dd31e69930d5eb5d744b47 (diff)
downloadtimeline-c7dd16740d7a8953533c895d1bebec0d84f7ec65.tar.gz
timeline-c7dd16740d7a8953533c895d1bebec0d84f7ec65.tar.bz2
timeline-c7dd16740d7a8953533c895d1bebec0d84f7ec65.zip
Merge pull request #587 from crupest/default-color
Add patch default color api.
Diffstat (limited to 'BackEnd/Timeline/Models/Validation/Validator.cs')
-rw-r--r--BackEnd/Timeline/Models/Validation/Validator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Models/Validation/Validator.cs b/BackEnd/Timeline/Models/Validation/Validator.cs
index d334960e..0e1f7445 100644
--- a/BackEnd/Timeline/Models/Validation/Validator.cs
+++ b/BackEnd/Timeline/Models/Validation/Validator.cs
@@ -77,7 +77,7 @@ namespace Timeline.Models.Validation
AllowMultiple = false)]
public class ValidateWithAttribute : ValidationAttribute
{
- private readonly IValidator _validator;
+ protected readonly IValidator _validator;
/// <summary>
/// Create with a given validator.