mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix visibility of PhabricatorLiskDAO::establishLiveConnection
method
Summary: Ref T6822. Test Plan: `grep`. This method is only called from within `LiskDAO::establishConnection()`. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6822 Differential Revision: https://secure.phabricator.com/D11412
This commit is contained in:
parent
487eb4e916
commit
2f043b2530
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ abstract class PhabricatorLiskDAO extends LiskDAO {
|
|||
/**
|
||||
* @task config
|
||||
*/
|
||||
public function establishLiveConnection($mode) {
|
||||
protected function establishLiveConnection($mode) {
|
||||
$namespace = self::getStorageNamespace();
|
||||
|
||||
$conf = PhabricatorEnv::newObjectFromConfig(
|
||||
|
|
Loading…
Reference in a new issue