QuickBaseForm: add missing use statement
This commit is contained in:
parent
e59e2d0c2c
commit
2b094067a5
|
@ -2,6 +2,7 @@
|
|||
|
||||
namespace Icinga\Module\Director\Web\Form;
|
||||
|
||||
use Icinga\Application\Modules\Module;
|
||||
use Zend_Form;
|
||||
|
||||
abstract class QuickBaseForm extends Zend_Form
|
||||
|
|
Loading…
Reference in New Issue