ResourceConfigForm: Import class Zend_Form_Element

Class `Zend_Form_Element` is the return type of the method `getForceCreationCheckBox()`. Hence the class should be imported.
This commit is contained in:
raviks789 2023-08-15 10:44:59 +02:00
parent 2eb3b6c405
commit 89630bf0de

View File

@ -18,6 +18,7 @@ use Icinga\Forms\Config\Resource\LdapResourceForm;
use Icinga\Forms\Config\Resource\SshResourceForm; use Icinga\Forms\Config\Resource\SshResourceForm;
use Icinga\Web\Form; use Icinga\Web\Form;
use Icinga\Web\Notification; use Icinga\Web\Notification;
use Zend_Form_Element;
class ResourceConfigForm extends ConfigForm class ResourceConfigForm extends ConfigForm
{ {