Пример #1
0
 public function getDepartment()
 {
     return $this->hasOne(Department::className(), ['dept_id' => 'dept_id']);
 }