diff --git a/app/Models/Client.php b/app/Models/Client.php index f44e51c7b52c..5bbfcc8af071 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -229,7 +229,7 @@ class Client extends BaseModel implements HasLocalePreference public function system_logs() { - return $this->hasMany(SystemLog::class); + return $this->hasMany(SystemLog::class)->orderBy('id', 'desc'); } public function timezone()