Add Icinga\Web\ViewStream.php

This commit is contained in:
Eric Lippmann 2013-07-12 14:35:14 +02:00
parent d871b3c287
commit ca09dc084d
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace Icinga\Web;
use Zend_View_Stream as ZfViewStream;
class ViewStream extends ZfViewStream
{
}