wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
436 stars 439 forks source link

$_hashVar should be protected, not private #231

Open ppiotr191 opened 6 years ago

ppiotr191 commented 6 years ago

Hello, After inheritance I tried override registerAssets method to add something assets but in newest php version is imposible. Changing private $_hashVar; to protected $_hashVar; should resolve the problem.