mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
AbstractWidget
: Import class Zend_View_Abstract
Since static property `AbstractWidget::view` is of type `Zend_View_Abstract` instance. The class needs to be imported.
This commit is contained in:
parent
daddfe11b5
commit
1d8ce55262
@ -6,6 +6,7 @@ namespace Icinga\Web\Widget;
|
||||
use Icinga\Exception\ProgrammingError;
|
||||
use Icinga\Application\Icinga;
|
||||
use Exception;
|
||||
use Zend_View_Abstract;
|
||||
|
||||
/**
|
||||
* Web widgets MUST extend this class
|
||||
|
Loading…
x
Reference in New Issue
Block a user