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