Example #1
0
 public static function current_nights()
 {
     return WellbeingNight::where('year_id', '=', Year::current_year()->id);
 }