mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 19:29:00 +02:00
Following command was used: $ find application/ library/Icinga/ modules/ -name *.php | xargs sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba;$a\'
10 lines
111 B
PHP
10 lines
111 B
PHP
<?php
|
|
|
|
namespace Icinga\Web;
|
|
|
|
use Zend_View_Stream as ZfViewStream;
|
|
|
|
class ViewStream extends ZfViewStream
|
|
{
|
|
}
|