Fix Fatal error: Can't inherit abstract function Icinga\Web\Widget\Widget::render()

This commit is contained in:
Eric Lippmann 2014-02-20 16:15:41 +01:00 committed by Thomas Gelf
parent 94a900bb5c
commit 7033c41503
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ abstract class AbstractWidget implements Widget
*/
protected static $view;
abstract public function render(Zend_View_Abstract $view);
/**
* Getter for widget properties
*