Fix Fatal error: Can't inherit abstract function Icinga\Web\Widget\Widget::render()
This commit is contained in:
parent
94a900bb5c
commit
7033c41503
|
@ -35,8 +35,6 @@ abstract class AbstractWidget implements Widget
|
||||||
*/
|
*/
|
||||||
protected static $view;
|
protected static $view;
|
||||||
|
|
||||||
abstract public function render(Zend_View_Abstract $view);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Getter for widget properties
|
* Getter for widget properties
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue