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

14 lines
197 B
PHP
Raw Normal View History

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