mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix Conpherence transaction ordering
Summary: Ref T7815. Pretty sure this is right? Seems OK locally. Also: simpler! Test Plan: - Conpherence is right-side-up. - Transactions on other objects are also still right-side-up. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T7815 Differential Revision: https://secure.phabricator.com/D12398
This commit is contained in:
parent
8efdc4aabf
commit
d096b9c151
1 changed files with 0 additions and 5 deletions
|
@ -7,9 +7,4 @@ final class ConpherenceTransactionQuery
|
|||
return new ConpherenceTransaction();
|
||||
}
|
||||
|
||||
protected function getDefaultOrderVector() {
|
||||
// TODO: Can we get rid of this?
|
||||
return array('-id');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue