Esempio n. 1
0
 public function getAdminUser()
 {
     return $this->hasOne(AdminUser::className(), ['id' => 'addUser']);
 }