예제 #1
0
파일: SliderItem.php 프로젝트: promo-pr/cms
 public function getFile()
 {
     return $this->hasOne(File::className(), ['fid' => 'fid']);
 }