`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:
raviks789 2023-08-14 18:07:07 +02:00
parent daddfe11b5
commit 1d8ce55262
1 changed files with 1 additions and 0 deletions

View File

@ -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