From 2db4e35b7882a2961fa1b8b56b1916346d3a4347 Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Tue, 15 Aug 2023 08:17:07 +0200 Subject: [PATCH] `Button`: Import class `Zend_Config` The parameters for the constructor can be of type `Zend_Config`. Hence the class has been imported. --- library/Icinga/Web/Form/Element/Button.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Icinga/Web/Form/Element/Button.php b/library/Icinga/Web/Form/Element/Button.php index 9cbe91537..307247e08 100644 --- a/library/Icinga/Web/Form/Element/Button.php +++ b/library/Icinga/Web/Form/Element/Button.php @@ -6,6 +6,7 @@ namespace Icinga\Web\Form\Element; use Icinga\Web\Request; use Icinga\Application\Icinga; use Icinga\Web\Form\FormElement; +use Zend_Config; /** * A button