This commit is contained in:
Martin Folkerts 2024-09-17 15:03:33 +02:00
parent 37be63d6cb
commit e51e8d7312

View file

@ -28,7 +28,7 @@ public static function getAsList(Project $project)
];
}
}
return collect($logs)->sortBy('name', 'desc');
return collect($logs)->sortByDesc('name');
}
public static function getLogFileForToday(Project $project)