예제 #1
0
파일: Order.php 프로젝트: arsik/xfit
 public function getManagers()
 {
     return $this->hasOne(Managers::className(), ['id' => 'managerID']);
 }