예제 #1
0
파일: Places.php 프로젝트: saqbest/res.dev
 public function getMetros()
 {
     return $this->hasMany(Services::className(), ['id' => 'metro_id'])->via('pvtPlacesMetros');
 }