icingaweb2/library/Icinga/Web/ViewStream.php
2013-07-12 14:35:14 +02:00

11 lines
112 B
PHP

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