mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-26 19:20:23 -05:00
10 lines
111 B
PHP
10 lines
111 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Web;
|
||
|
|
|
||
|
|
use Zend_View_Stream as ZfViewStream;
|
||
|
|
|
||
|
|
class ViewStream extends ZfViewStream
|
||
|
|
{
|
||
|
|
}
|