|
@@ -35,7 +35,7 @@ class MusicRepository
|
|
|
$where[] = ['id', '=', $request['id']];
|
|
|
}
|
|
|
|
|
|
- return $this->postMusicCategory->where($where)->orderBy('id', 'asc')->paginate($perPage);
|
|
|
+ return $this->postMusicCategory->where($where)->orderBy('id', 'desc')->paginate($perPage);
|
|
|
}
|
|
|
|
|
|
public function categoryCreate($request)
|