mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user