mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-25 06:50:55 +01:00
fix broken DatabaseConfigurationProvider interface
Summary: broken by rPd27e7c52b21865563bd56f37d5d422515aa40bb7 Test Plan: sigh Reviewers: epriestley, edward, levijackson Reviewed By: epriestley CC: Korvin, aran Differential Revision: https://secure.phabricator.com/D6816
This commit is contained in:
parent
bb9be01d55
commit
ec8162bcfc
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ interface DatabaseConfigurationProvider {
|
||||||
public function getUser();
|
public function getUser();
|
||||||
public function getPassword();
|
public function getPassword();
|
||||||
public function getHost();
|
public function getHost();
|
||||||
|
public function getPort();
|
||||||
public function getDatabase();
|
public function getDatabase();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue