예제 #1
0
파일: Request.php 프로젝트: Hyuchiha/SAU
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCategoryRequests()
 {
     return $this->hasMany(CategoryRequest::className(), ['request_id' => 'id']);
 }