diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-28 21:29:37 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-28 21:29:37 -0400 |
commit | 700ffec5ab69de38539d6c0ffd019146ac19737f (patch) | |
tree | b985ec33cfc84307e9eb8d80d667d372b2094b45 /app/Validator/CommentValidator.php | |
parent | ed074d176406ca3ce5ba8fa6e0c4511f729efa5b (diff) |
Rename base validator class
Diffstat (limited to 'app/Validator/CommentValidator.php')
-rw-r--r-- | app/Validator/CommentValidator.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Validator/CommentValidator.php b/app/Validator/CommentValidator.php index 4eb54206..fc8e6da8 100644 --- a/app/Validator/CommentValidator.php +++ b/app/Validator/CommentValidator.php @@ -8,10 +8,10 @@ use SimpleValidator\Validators; /** * Comment Validator * - * @package validator + * @package Kanboard\Validator * @author Frederic Guillot */ -class CommentValidator extends Base +class CommentValidator extends BaseValidator { /** * Validate comment creation |