Fix remove not used propertie

This commit is contained in:
ATM john 2021-11-28 12:18:09 +01:00
parent 29437a22b9
commit e97e0e4f17

View File

@ -79,12 +79,6 @@ class FormSetup
public $formHiddenInputs = array();
/**
* the value of action attribute of form
* @var string
*/
public $formAction;
/**
* Constructor
*