mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 16:49:34 -05:00
14 lines
197 B
PHP
14 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();
|
||
|
|
}
|
||
|
|
}
|