mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-01 05:38:57 +02:00
* introduces Icinga\Web\Response * uses ModuleActionController where necessary * no module translationDomain voodoo in base ActionController
10 lines
123 B
PHP
10 lines
123 B
PHP
<?php
|
|
|
|
namespace Icinga\Web;
|
|
|
|
use Zend_Controller_Response_Http;
|
|
|
|
class Response extends Zend_Controller_Response_Http
|
|
{
|
|
}
|