Move some validators to separate classes

This commit is contained in:
Frederic Guillot
2016-01-13 21:45:14 -05:00
parent f9c676cf81
commit dc35a78374
10 changed files with 104 additions and 78 deletions

View File

@@ -2,9 +2,6 @@
namespace Kanboard\Model;
use SimpleValidator\Validator;
use SimpleValidator\Validators;
/**
* Action Parameter Model
*