Esempio n. 1
0
 public function getManager()
 {
     return $this->hasOne(Manager::className(), ['manager_id' => 'manager_id']);
 }