Fix ResourceForm namespace

refs #6038
This commit is contained in:
Johannes Meyer 2014-04-30 11:59:40 +02:00
parent 4cf3044a53
commit a865d8874d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
*/
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Form\Config\Resource;
namespace Icinga\Form\Config;
use Exception;
use Zend_Config;