replaced orderBy with sortBy
This commit is contained in:
parent
056b8dd67b
commit
37be63d6cb
|
|
@ -28,7 +28,7 @@ public static function getAsList(Project $project)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return collect($logs)->orderBy('name', 'desc');
|
return collect($logs)->sortBy('name', 'desc');
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getLogFileForToday(Project $project)
|
public static function getLogFileForToday(Project $project)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue