Reintroduced empty check rule, closed paranthesis

This commit is contained in:
Pliable Pixels 2018-03-27 10:55:36 -04:00
parent 5b7011c61b
commit d3350919de
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ class Group extends AppModel {
* @var array
*/
public $validate = array(
/*'Name' => array(
'Name' => array(
'notEmpty' => array(
'rule' => array('notEmpty'),*/
'rule' => array('notEmpty'))),
'Id' => array(
'numeric' => array(
'rule' => array('numeric'),