icingaweb2-module-businessp.../library/Businessprocess/Web/Component/WtfTabs.php
2017-01-20 13:21:51 +01:00

13 lines
197 B
PHP

<?php
namespace Icinga\Module\Businessprocess\Web\Component;
use Icinga\Web\Widget\Tabs;
class WtfTabs extends Tabs
{
public function render()
{
return parent::render();
}
}