mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Add Icinga\Web\ViewStream.php
This commit is contained in:
parent
d871b3c287
commit
ca09dc084d
10
library/Icinga/Web/ViewStream.php
Normal file
10
library/Icinga/Web/ViewStream.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Web;
|
||||||
|
|
||||||
|
use Zend_View_Stream as ZfViewStream;
|
||||||
|
|
||||||
|
class ViewStream extends ZfViewStream
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user