IdoBackend: concrete backend implementation

Nothing special to be found here. Not yet.

refs #7635
This commit is contained in:
Thomas Gelf 2014-11-11 15:44:39 +01:00
parent 19ab8237d4
commit 50b0ef45ff
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace Icinga\Module\Monitoring\Backend\Ido;
use Icinga\Module\Monitoring\Backend\MonitoringBackend;
class IdoBackend extends MonitoringBackend
{
}