Rename base validator class
This commit is contained in:
@@ -9,10 +9,10 @@ use Kanboard\Model\GroupModel;
|
||||
/**
|
||||
* Group Validator
|
||||
*
|
||||
* @package validator
|
||||
* @package Kanboard\Validator
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
class GroupValidator extends Base
|
||||
class GroupValidator extends BaseValidator
|
||||
{
|
||||
/**
|
||||
* Validate creation
|
||||
|
||||
Reference in New Issue
Block a user