mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Fix visibility of the LiskDAO::willWriteData
method
Summary: Ref T6822. Test Plan: `grep`. This method is only called from `LiskDAO::update()`. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T6822 Differential Revision: https://secure.phabricator.com/D11409
This commit is contained in:
parent
6ff5eed206
commit
378d4380d3
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ final class ReleephBranch extends ReleephDAO
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function willWriteData(array &$data) {
|
||||
protected function willWriteData(array &$data) {
|
||||
// If symbolicName is omitted, set it to the basename.
|
||||
//
|
||||
// This means that we can enforce symbolicName as a UNIQUE column in the
|
||||
|
|
Loading…
Reference in a new issue