Example #1
0
 public static function status($status)
 {
     return Closure::with('info')->whereStatus($status)->get();
 }