Your IP : 3.15.146.237


Current Path : /proc/self/root/proc/self/root/home/lentoinv/props/vendor/league/flysystem/src/
Upload File :
Current File : //proc/self/root/proc/self/root/home/lentoinv/props/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';
}

?>