mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-12 02:30:12 +02:00
10 lines
160 B
PHP
10 lines
160 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Monitoring\Backend\Ido;
|
|
|
|
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
|
|
|
class IdoBackend extends MonitoringBackend
|
|
{
|
|
}
|