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

@ -17,7 +17,7 @@ class ParentField extends IntegerField{
$this->parent_model=&$parent_model;
$this->size=$size;
$this->form='CoreForms::SelectForm';
$this->form='PhangoApp\PhaModels\CoreForms::SelectForm';
}