mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue