mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-25 10:40:19 -05:00
When optional classes and php extensions like pgsql and additonal Zend-Pdos are actually required by creating a new resource or authentication backend, perform a check and display a warning instead of just throwing an exception. refs #4788
13 lines
233 B
PHP
13 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()
|
|
{
|
|
|
|
}
|
|
}
|