icingaweb2-module-businessp.../library/Businessprocess/Web/Component/Tabs.php

11 lines
207 B
PHP
Raw Normal View History

2016-12-09 10:08:25 -05:00
<?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
{
}