mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Add Icinga\Web\ViewStream.php
This commit is contained in:
parent
d871b3c287
commit
ca09dc084d
1 changed files with 10 additions and 0 deletions
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…
Reference in a new issue