コード例 #1
0
ファイル: NoteSearch.php プロジェクト: Sywooch/notes
 public function attributes()
 {
     return array_merge(parent::attributes(), ['user.name']);
 }
コード例 #2
0
 public function attributes()
 {
     return array_merge(parent::attributes(), ['access']);
 }