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