Example #1
0
 public static function where($args = [])
 {
     return Collection::_where(get_called_class(), $args);
 }