Your IP : 3.138.105.176


Current Path : /proc/thread-self/root/home/lentoinv/lentoria.com/vendor/league/flysystem/src/
Upload File :
Current File : //proc/thread-self/root/home/lentoinv/lentoria.com/vendor/league/flysystem/src/Visibility.php

<?php

declare(strict_types=1);

namespace League\Flysystem;

final class Visibility
{
    public const PUBLIC = 'public';
    public const PRIVATE = 'private';
}

?>