wip
This commit is contained in:
parent
37be63d6cb
commit
e51e8d7312
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue