summaryrefslogtreecommitdiff
path: root/app/Validator/CommentValidator.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-28 21:29:37 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-28 21:29:37 -0400
commit700ffec5ab69de38539d6c0ffd019146ac19737f (patch)
treeb985ec33cfc84307e9eb8d80d667d372b2094b45 /app/Validator/CommentValidator.php
parented074d176406ca3ce5ba8fa6e0c4511f729efa5b (diff)
Rename base validator class
Diffstat (limited to 'app/Validator/CommentValidator.php')
-rw-r--r--app/Validator/CommentValidator.php4
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