コード例 #1
0
ファイル: RacerSearch.php プロジェクト: frankpaul142/aurasur
 public function attributes()
 {
     // add related fields to searchable attributes
     return array_merge(parent::attributes(), ['user.name']);
 }