mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +01:00
Fix method name
Summary: This is a typo from D11045. Test Plan: I haven't actually tested this, but the tests from D11045 should apply here. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11108
This commit is contained in:
parent
e3b8866463
commit
c564a3c22a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ final class ManiphestTaskDependsOnTaskEdgeType extends PhabricatorEdgeType {
|
|||
return ManiphestTaskDependedOnByTaskEdgeType::EDGECONST;
|
||||
}
|
||||
|
||||
public function shouldWriteInverseTransaction() {
|
||||
public function shouldWriteInverseTransactions() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue