DirectorObjectForm: add missing use statement
This commit is contained in:
parent
8c96af2348
commit
63a5e3fb77
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue