FormField : property formTemplate must be public and not private (used by Form)
This commit is contained in:
@@ -90,7 +90,7 @@ class Formfield
|
|||||||
/**
|
/**
|
||||||
* Form template (Bootstrap3 by default)
|
* Form template (Bootstrap3 by default)
|
||||||
*/
|
*/
|
||||||
private $formTemplate = "Bootstrap3";
|
public $formTemplate = "Bootstrap3";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When adding a field, the name and the label are the minimum mandatory
|
* When adding a field, the name and the label are the minimum mandatory
|
||||||
|
|||||||
Reference in New Issue
Block a user