mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-23 09:50:04 -05: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
|
|
{
|
|
}
|
|
|