blob: 71fc6a123171035ea2e0113835f405ac6286915e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring\Backend\Ido;
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
class IdoBackend extends MonitoringBackend
{
}
|