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/TaskLinkValidator.php | |
parent | ed074d176406ca3ce5ba8fa6e0c4511f729efa5b (diff) |
Rename base validator class
Diffstat (limited to 'app/Validator/TaskLinkValidator.php')
-rw-r--r-- | app/Validator/TaskLinkValidator.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Validator/TaskLinkValidator.php b/app/Validator/TaskLinkValidator.php index 1c167e4c..6da257bf 100644 --- a/app/Validator/TaskLinkValidator.php +++ b/app/Validator/TaskLinkValidator.php @@ -9,10 +9,10 @@ use Kanboard\Model\TaskModel; /** * Task Link Validator * - * @package validator + * @package Kanboard\Validator * @author Frederic Guillot */ -class TaskLinkValidator extends Base +class TaskLinkValidator extends BaseValidator { /** * Common validation rules |