mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 15:50:10 +02: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()
|
|
{
|
|
|
|
}
|
|
}
|