File "StreamedTrait.php"
Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/vendor/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php
File size: 137 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace League\Flysystem\Adapter\Polyfill;
trait StreamedTrait
{
use StreamedReadingTrait;
use StreamedWritingTrait;
}