# wpide/3.1/App/Kernel/StreamedResponse.php

WPIDE – File Manager &amp; Code Editor, version 3.1. 10 lines.

- Page: https://pluginprobe.com/plugins/wpide/3.1/code/App/Kernel/StreamedResponse.php
- Raw: https://pluginprobe.com/plugins/wpide/3.1/raw/App/Kernel/StreamedResponse.php
- Modified: 2022-07-30T20:33:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpide/3.1/code/App/Kernel/StreamedResponse.php#L10-L20`.

```php
<?php

namespace WPIDE\App\Kernel;

use Symfony\Component\HttpFoundation\StreamedResponse as SymfonyStreamedResponse;

class StreamedResponse extends SymfonyStreamedResponse
{
}

```
