Ejemplo n.º 1
0
 public function getClient()
 {
     return $this->hasOne(UserClient::className(), ['user_id' => 'user_id']);
 }