Merge pull request #897 from NemoD503/develop
Bug fix. There is no Aliasing to Model class in FormField class.
This commit is contained in:
commit
8c03076448
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue