10 lines
111 B
PHP
10 lines
111 B
PHP
|
<?php
|
||
|
|
||
|
namespace Icinga\Web;
|
||
|
|
||
|
use Zend_View_Stream as ZfViewStream;
|
||
|
|
||
|
class ViewStream extends ZfViewStream
|
||
|
{
|
||
|
}
|