summaryrefslogtreecommitdiffstats
path: root/library/Reporting/ReportRow.php
blob: 1536488ca11166da76863e481277182f7258ba1d (plain)
1
2
3
4
5
6
7
8
9
10
<?php
// Icinga Reporting | (c) 2018 Icinga GmbH | GPLv2

namespace Icinga\Module\Reporting;

class ReportRow
{
    use Dimensions;
    use Values;
}