generated from liutk/owl-admin-base
main
parent
f60c6113d7
commit
eca69c5940
|
|
@ -25,7 +25,7 @@ class ActivityGame extends Model
|
|||
|
||||
public function scopeSort($q)
|
||||
{
|
||||
$q->orderBy('game_at', 'desc');
|
||||
$q->orderBy('game_at', 'desc')->orderBy('created_at', 'desc');
|
||||
}
|
||||
|
||||
public function logs()
|
||||
|
|
|
|||
Loading…
Reference in New Issue