mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
sort
This commit is contained in:
@@ -27,7 +27,7 @@ class Episode extends Resource
|
||||
public static $search = [
|
||||
'id',
|
||||
];
|
||||
public static $orderBy = ['data->datePublished' => 'desc'];
|
||||
public static $orderBy = ['created_at' => 'desc'];
|
||||
|
||||
public static function afterUpdate(NovaRequest $request, Model $model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user