?iť?

Your IP : 18.227.72.172


Current Path : /home/scgforma/www/cloud/3rdparty/league/flysystem/src/Adapter/Polyfill/
Upload File :
Current File : /home/scgforma/www/cloud/3rdparty/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php

<?php

namespace League\Flysystem\Adapter\Polyfill;

trait StreamedTrait
{
    use StreamedReadingTrait;
    use StreamedWritingTrait;
}