Default direction is ascending
This commit is contained in:
parent
de2a088e20
commit
6f414fe611
|
|
@ -390,7 +390,7 @@ class VersionManager
|
|||
return $this->databaseHistory[$code];
|
||||
}
|
||||
|
||||
$historyInfo = Db::table('system_plugin_history')->where('code', $code)->orderBy('id','ASC')->get();
|
||||
$historyInfo = Db::table('system_plugin_history')->where('code', $code)->orderBy('id')->get();
|
||||
|
||||
return $this->databaseHistory[$code] = $historyInfo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue