File "StreamedResponse.php"
Full Path: /home/attunedd/public_html/wp-content/plugins/wpide/App/Kernel/StreamedResponse.php
File size: 178 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace WPIDE\App\Kernel;
use Symfony\Component\HttpFoundation\StreamedResponse as SymfonyStreamedResponse;
class StreamedResponse extends SymfonyStreamedResponse
{
}