summaryrefslogtreecommitdiffstats
path: root/library/Reporting/ReportRow.php
blob: e7cb53ddde2bc3fbf889cf8af9cd4f792ed73a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

// Icinga Reporting | (c) 2018 Icinga GmbH | GPLv2

namespace Icinga\Module\Reporting;

class ReportRow
{
    use Dimensions;
    use Values;
}