`Button`: Import class `Zend_Config`
The parameters for the constructor can be of type `Zend_Config`. Hence the class has been imported.
This commit is contained in:
parent
f05d76e05e
commit
2db4e35b78
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue