예제 #1
0
파일: DonateSearch.php 프로젝트: vsguts/crm
 public function attributes()
 {
     // add related fields to searchable attributes
     return array_merge(parent::attributes(), ['sum_to', 'timestamp_to', 'created_at_to', 'updated_at_to']);
 }