Add Icinga\Web\ViewStream.php
This commit is contained in:
parent
d871b3c287
commit
ca09dc084d
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Icinga\Web;
|
||||
|
||||
use Zend_View_Stream as ZfViewStream;
|
||||
|
||||
class ViewStream extends ZfViewStream
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue