`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:
parent
2eb3b6c405
commit
89630bf0de
|
@ -18,6 +18,7 @@ use Icinga\Forms\Config\Resource\LdapResourceForm;
|
|||
use Icinga\Forms\Config\Resource\SshResourceForm;
|
||||
use Icinga\Web\Form;
|
||||
use Icinga\Web\Notification;
|
||||
use Zend_Form_Element;
|
||||
|
||||
class ResourceConfigForm extends ConfigForm
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue