mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-03 20:40:06 -05:00
8 lines
96 B
PHP
8 lines
96 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Monitoring\DataView;
|
||
|
|
|
||
|
|
class Eventgridhosts extends Eventgrid
|
||
|
|
{
|
||
|
|
}
|