mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
IdoBackend: concrete backend implementation
Nothing special to be found here. Not yet. refs #7635
This commit is contained in:
parent
19ab8237d4
commit
50b0ef45ff
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Icinga\Module\Monitoring\Backend\Ido;
|
||||
|
||||
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
|
||||
|
||||
class IdoBackend extends MonitoringBackend
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user