Example #1
0
 public function getU()
 {
     return $this->hasOne(UserMaster::className(), ['id' => 'uid']);
 }