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