icingaweb2/library/Icinga/Web/Response.php

10 lines
123 B
PHP
Raw Normal View History

<?php
namespace Icinga\Web;
use Zend_Controller_Response_Http;
class Response extends Zend_Controller_Response_Http
{
}