Bug fix. There is no Aliasing to Model class in FormField class.

This commit is contained in:
n.kolesnichenko 2015-01-19 10:47:43 +03:00
parent 1dd2248717
commit 3013935374
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
use Str;
use HTML;
use Model;
/**
* Form Field definition
@ -102,7 +103,7 @@ class FormField
* @var string Specifies a comment to accompany the field
*/
public $comment;
/**
* @var string Specifies the comment position.
*/