mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DirectorObjectForm: add missing use statement
This commit is contained in:
parent
8c96af2348
commit
63a5e3fb77
@ -3,6 +3,7 @@
|
|||||||
namespace Icinga\Module\Director\Web\Form;
|
namespace Icinga\Module\Director\Web\Form;
|
||||||
|
|
||||||
use Icinga\Module\Director\Objects\IcingaObject;
|
use Icinga\Module\Director\Objects\IcingaObject;
|
||||||
|
use Zend_Form_Element_Select as Zf_Select;
|
||||||
|
|
||||||
abstract class DirectorObjectForm extends QuickForm
|
abstract class DirectorObjectForm extends QuickForm
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user