Exemplo n.º 1
0
 public static function filter($date, $state, $phase)
 {
     return Tracing::date($date)->state($state)->phase($phase)->orderBy('created_at', 'ASC')->paginate(5);
 }