Example #1
0
 public static function CycleTimeForMonth($month)
 {
     return Closure::select(DB::raw("MONTH(created_at) as month"), 'created_at', 'date_sign')->where(DB::raw('MONTH(created_at)'), $month)->whereStatus('closed')->get();
 }