mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-19 20:04:24 +02:00
parent
7df1b3aa0f
commit
a8765bc4ea
@ -3,7 +3,6 @@
|
||||
|
||||
namespace Icinga\Module\Monitoring\Forms;
|
||||
|
||||
use \Zend_Form;
|
||||
use Icinga\Web\Form;
|
||||
use Icinga\Data\Filter\Filter;
|
||||
|
||||
@ -13,7 +12,7 @@ use Icinga\Data\Filter\Filter;
|
||||
class StatehistoryForm extends Form
|
||||
{
|
||||
/**
|
||||
* Initialize this form
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -56,7 +55,7 @@ class StatehistoryForm extends Form
|
||||
}
|
||||
|
||||
/**
|
||||
* @see Form::createElements()
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function createElements(array $formData)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user