DirectorObjectForm: add missing use statement

This commit is contained in:
Thomas Gelf 2015-07-30 12:41:48 +02:00
parent 8c96af2348
commit 63a5e3fb77
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
namespace Icinga\Module\Director\Web\Form;
use Icinga\Module\Director\Objects\IcingaObject;
use Zend_Form_Element_Select as Zf_Select;
abstract class DirectorObjectForm extends QuickForm
{