Move TaskValidator class
This commit is contained in:
@@ -63,7 +63,6 @@ class ClassProvider implements ServiceProviderInterface
|
|||||||
'TaskPermission',
|
'TaskPermission',
|
||||||
'TaskPosition',
|
'TaskPosition',
|
||||||
'TaskStatus',
|
'TaskStatus',
|
||||||
'TaskValidator',
|
|
||||||
'TaskImport',
|
'TaskImport',
|
||||||
'TaskMetadata',
|
'TaskMetadata',
|
||||||
'Transition',
|
'Transition',
|
||||||
@@ -87,6 +86,7 @@ class ClassProvider implements ServiceProviderInterface
|
|||||||
),
|
),
|
||||||
'Validator' => array(
|
'Validator' => array(
|
||||||
'PasswordResetValidator',
|
'PasswordResetValidator',
|
||||||
|
'TaskValidator',
|
||||||
'UserValidator',
|
'UserValidator',
|
||||||
),
|
),
|
||||||
'Core' => array(
|
'Core' => array(
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Kanboard\Model;
|
namespace Kanboard\Validator;
|
||||||
|
|
||||||
use SimpleValidator\Validator;
|
use SimpleValidator\Validator;
|
||||||
use SimpleValidator\Validators;
|
use SimpleValidator\Validators;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Task validator model
|
* Task Validator
|
||||||
*
|
*
|
||||||
* @package model
|
* @package validator
|
||||||
* @author Frederic Guillot
|
* @author Frederic Guillot
|
||||||
*/
|
*/
|
||||||
class TaskValidator extends Base
|
class TaskValidator extends Base
|
||||||
Reference in New Issue
Block a user