Fixes on models

This commit is contained in:
Antonio de la Rosa 2015-08-19 02:51:11 +02:00
parent 9174969b84
commit f75ac6d78d
18 changed files with 18 additions and 17 deletions

View file

@ -22,7 +22,7 @@ class IntegerField extends PhangoField {
{
$this->size=$size;
$this->form='CoreForms::TextForm';
$this->form='PhangoApp\PhaModels\CoreForms::TextForm';
$this->only_positive=$only_positive;
$this->min_num=$min_num;
$this->max_num=$max_num;