mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-16 01:32:53 -05:00
QuickBaseForm: we are a Renderable object
This commit is contained in:
parent
983bd27bf8
commit
2effa02d7f
1 changed files with 2 additions and 1 deletions
|
|
@ -4,9 +4,10 @@ namespace Icinga\Module\Businessprocess\Web\Form;
|
|||
|
||||
use Icinga\Application\Icinga;
|
||||
use Icinga\Application\Modules\Module;
|
||||
use Icinga\Module\Businessprocess\Html\Renderable;
|
||||
use Zend_Form;
|
||||
|
||||
abstract class QuickBaseForm extends Zend_Form
|
||||
abstract class QuickBaseForm extends Zend_Form implements Renderable
|
||||
{
|
||||
/**
|
||||
* The Icinga module this form belongs to. Usually only set if the
|
||||
|
|
|
|||
Loading…
Reference in a new issue