mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Sort order of system log
This commit is contained in:
parent
9401c25cca
commit
0fe892a292
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user