icingaweb2/library/Icinga/Web/ViewStream.php

11 lines
112 B
PHP

<?php
namespace Icinga\Web;
use Zend_View_Stream as ZfViewStream;
class ViewStream extends ZfViewStream
{
}