Commit 3002b9b3 authored by Shakarim Sapa's avatar Shakarim Sapa

- Свойство для хранения условий теперь массив

parent d55933f2
...@@ -23,7 +23,7 @@ use common\modules\users\models\User; ...@@ -23,7 +23,7 @@ use common\modules\users\models\User;
*/ */
class TriggerTrigger extends \yii\db\ActiveRecord class TriggerTrigger extends \yii\db\ActiveRecord
{ {
public $conditions; public $conditions = [];
/** /**
* @inheritdoc * @inheritdoc
......
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