Sort duplicates by id
This commit is contained in:
parent
b3f381b743
commit
925138baa5
@ -147,7 +147,8 @@ abstract class Catalog extends Model
|
|||||||
|
|
||||||
$q->where('software_id','=',$this->attributes['software_id']);
|
$q->where('software_id','=',$this->attributes['software_id']);
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
|
->orderBy('id');
|
||||||
|
|
||||||
return $query;
|
return $query;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user