BlameableBehavior::class, 'attributes' => [ ActiveRecord::EVENT_BEFORE_INSERT => ['merchant_id'], ], 'value' => Yii::$app->services->merchant->getNotNullId(), ]; $behaviors[] = [ 'class' => BlameableBehavior::class, 'attributes' => [ ActiveRecord::EVENT_BEFORE_INSERT => ['store_id'], ], 'value' => Yii::$app->services->store->getNotNullId(), ]; return $behaviors; } }