/** * @return \yii\db\ActiveQuery */ public function getCustomer() { return $this->hasOne(Kiwi::getCustomerClass(), ['user_id' => 'user_id']); }