mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-13 13:06:14 -04:00
9 lines
160 B
PHP
9 lines
160 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Monitoring\Backend\Ido;
|
|
|
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
|
|
|
class IdoBackend extends MonitoringBackend
|
|
{
|
|
}
|