mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-02-03 20:40:15 -05:00
12 lines
233 B
PHP
12 lines
233 B
PHP
<?php
|
|
|
|
/* Icinga DB Web | (c) 2023 Icinga GmbH | GPLv2 */
|
|
|
|
namespace Tests\Icinga\Module\Icingadb\Lib;
|
|
|
|
use Icinga\Module\Icingadb\Util\PerfDataSet;
|
|
|
|
class PerfdataSetWithPublicData extends PerfdataSet
|
|
{
|
|
public $perfdata = [];
|
|
}
|