示例#1
0
 public function fetchProtected()
 {
     $now = Carbon::now()->subYears(71)->year;
     return Artist::where('year_death', '>', $now)->orderBy('name', 'asc')->simplePaginate(25);
 }