1
0
Fork 0
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:
Joshua Spence 2015-01-16 06:56:22 +11:00
parent 487eb4e916
commit 2f043b2530

View file

@ -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(