mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-26 01:19:33 -05:00
13 lines
197 B
PHP
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();
|
|
}
|
|
}
|