mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-11 14:53:11 -05:00
12 lines
232 B
PHP
12 lines
232 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Monitoring\Form\Config\Backend;
|
||
|
|
|
||
|
|
use Icinga\Module\Monitoring\Form\Config\Backend\EditResourceForm;
|
||
|
|
|
||
|
|
class CreateResourceForm extends EditResourceForm {
|
||
|
|
public function __construct()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|