summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Data/Filter/FilterMatch.php
blob: a3befad11cb1c620a37fcfc5cb30b7bd3d678f72 (plain)
1
2
3
4
5
6
7
8
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Data\Filter;

class FilterMatch extends FilterExpression
{
}