summaryrefslogtreecommitdiffstats
path: root/vendor/ipl/stdlib/src/Filter/GreaterThan.php
blob: fd8190c616708481378967d75657402c944762b1 (plain)
1
2
3
4
5
6
7
<?php

namespace ipl\Stdlib\Filter;

class GreaterThan extends Condition
{
}