mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
Add missing $port
property
Summary: See rPd27e7c52b21865563bd56f37d5d422515aa40bb7. Test Plan: eyeballed it Reviewers: wez Reviewed By: wez CC: aran Differential Revision: https://secure.phabricator.com/D6818
This commit is contained in:
parent
ec8162bcfc
commit
caf4a086d4
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ final class PhabricatorStorageManagementAPI {
|
|||
|
||||
private $host;
|
||||
private $user;
|
||||
private $port;
|
||||
private $password;
|
||||
private $namespace;
|
||||
private $conns = array();
|
||||
|
|
Loading…
Reference in a new issue