📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 20:48:10
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
league
/
flysystem
/
src
✏️
Editing: Visibility.php
<?php declare(strict_types=1); namespace League\Flysystem; final class Visibility { public const PUBLIC = 'public'; public const PRIVATE = 'private'; }
💾 Save Changes
❌ Cancel