Files
trf_certest/vendor/league/flysystem/src/ResolveIdenticalPathConflict.php
T
2025-03-28 08:52:46 +01:00

12 lines
198 B
PHP

<?php
declare(strict_types=1);
namespace League\Flysystem;
class ResolveIdenticalPathConflict
{
public const IGNORE = 'ignore';
public const FAIL = 'fail';
public const TRY = 'try';
}