mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-01 20:50:23 -05: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
|
|
{
|
|
}
|