| Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/league/flysystem/src/ |
| Current File : //proc/thread-self/root/home/rtorresani/www/vendor/league/flysystem/src/FilesystemOperator.php |
<?php
declare(strict_types=1);
namespace League\Flysystem;
interface FilesystemOperator extends FilesystemReader, FilesystemWriter
{
}