Merge pull request #897 from NemoD503/develop

Bug fix. There is no Aliasing to Model class in FormField class.
This commit is contained in:
Samuel Georges 2015-01-19 19:53:08 +11:00
commit 8c03076448
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.
*/