/** * @return \yii\db\ActiveQuery */ public function getColorsal() { return $this->hasOne(cats\ColorSalon::className(), ['id' => 'color_sal_id']); }