mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 14:50:11 -05:00
8 lines
127 B
PHP
8 lines
127 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Web\Form\Element;
|
||
|
|
|
||
|
|
class Checkbox extends \Icinga\Web\Form\Element\Checkbox
|
||
|
|
{
|
||
|
|
}
|