parent
f24449b225
commit
28009eb563
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
namespace Icinga\Controller;
|
||||
namespace Icinga\Controllers;
|
||||
|
||||
use Exception;
|
||||
use Zend_Controller_Action_Exception;
|
||||
|
|
|
@ -23,7 +23,7 @@ class Dispatcher extends Zend_Controller_Dispatcher_Standard
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const CONTROLLER_NAMESPACE = 'Controller';
|
||||
const CONTROLLER_NAMESPACE = 'Controllers';
|
||||
|
||||
/**
|
||||
* Dispatch request to a controller and action
|
||||
|
|
Loading…
Reference in New Issue