icingaweb2/library/Icinga/Web/ViewStream.php

10 lines
111 B
PHP

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