mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 08:39:34 -05:00
10 lines
150 B
PHP
10 lines
150 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Web\Form\Element;
|
||
|
|
|
||
|
|
use Zend_Form_Element_Xhtml;
|
||
|
|
|
||
|
|
class FormElement extends Zend_Form_Element_Xhtml
|
||
|
|
{
|
||
|
|
}
|