monitoring: Fix use statements in EventOverviewForm

refs #9449
This commit is contained in:
Eric Lippmann 2015-07-28 13:35:52 +02:00
parent 0a01eb66b1
commit 7df1b3aa0f
1 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,7 @@
namespace Icinga\Module\Monitoring\Forms;
use Icinga\Data\Filter\FilterNot;
use Icinga\Web\Url;
use \Zend_Form;
use Icinga\Web\Form;
use Icinga\Data\Filter\Filter;
@ -15,7 +13,7 @@ use Icinga\Data\Filter\Filter;
class EventOverviewForm extends Form
{
/**
* Initialize this form
* {@inheritdoc}
*/
public function init()
{
@ -28,7 +26,7 @@ class EventOverviewForm extends Form
}
/**
* @see Form::createElements()
* {@inheritdoc}
*/
public function createElements(array $formData)
{