- Добавлено новое свойство в базовый класс условий

parent 709d1eb7
......@@ -7,6 +7,8 @@ use yii\helpers\Html;
class ConditionBase {
protected static $conditionClass;
public $recall = true;
public $name;
public $config = [];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment