icingaweb2-module-businessp.../library/Businessprocess/Web/Component/Tabs.php
2016-12-09 16:08:25 +01:00

10 lines
207 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use Icinga\Module\Businessprocess\Html\Renderable;
use Icinga\Web\Widget\Tabs as WebTabs;
class Tabs extends WebTabs implements Renderable
{
}