Exemple #1
0
 public function getManagers()
 {
     return $this->hasOne(Managers::className(), ['id' => 'managerID']);
 }