<?php

namespace Opcodes\LogViewer\Enums;

/**
 * @deprecated Use SortingMethod instead
 */
class FolderSortingMethod
{
    public const Alphabetical = 'Alphabetical';
    public const ModifiedTime = 'ModifiedTime';
}
