mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-15 22:09:28 -04:00
10 lines
112 B
PHP
10 lines
112 B
PHP
<?php
|
|
|
|
namespace Icinga\Web;
|
|
|
|
use Zend_View_Stream as ZfViewStream;
|
|
|
|
class ViewStream extends ZfViewStream
|
|
{
|
|
}
|
|
|