| Current Path : /var/www/html/eva.sumar.com.py/vendor/league/flysystem/src/Adapter/Polyfill/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/league/flysystem/src/Adapter/Polyfill/StreamedTrait.php |
<?php
namespace League\Flysystem\Adapter\Polyfill;
trait StreamedTrait
{
use StreamedReadingTrait;
use StreamedWritingTrait;
}