improve comment

This commit is contained in:
sbwalker
2025-05-16 11:53:04 -04:00
parent 5bde40ec2b
commit fe9f189734

View File

@ -43,7 +43,7 @@ namespace Oqtane.Models
public string Path { get; set; } public string Path { get; set; }
/// <summary> /// <summary>
/// Sorting order of the folder /// Sorting order of the folder ** not used as folders are sorted in alphabetical order **
/// </summary> /// </summary>
public int Order { get; set; } public int Order { get; set; }