mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-01 19:54:16 +01:00
15 lines
253 B
PHP
15 lines
253 B
PHP
<?php
|
|
/**
|
|
* Created by JetBrains PhpStorm.
|
|
* User: mjentsch
|
|
* Date: 15.10.13
|
|
* Time: 17:47
|
|
* To change this template use File | Settings | File Templates.
|
|
*/
|
|
|
|
namespace Icinga\Module\Monitoring\Form\Command;
|
|
|
|
|
|
class MultiFlagForm extends Form {
|
|
|
|
} |