mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 03:00:26 -05:00
14 lines
233 B
PHP
14 lines
233 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()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|