mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-21 22:32:41 +01:00
Correct "getActiveBindings()" method name
Summary: This method was incorrectly renamed by D21628. See <https://discourse.phabricator-community.org/t/unable-to-lease-host/4696>. Test Plan: Looked at it, will deploy etc. Subscribers: yelirekim, PHID-OPKG-gm6ozazyms6q6i22gyam Differential Revision: https://secure.phabricator.com/D21644
This commit is contained in:
parent
db9191f9a8
commit
61272e7ac3
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ final class DrydockAlmanacServiceHostBlueprintImplementation
|
|||
return $this->services;
|
||||
}
|
||||
|
||||
private function getActive(array $services) {
|
||||
private function getActiveBindings(array $services) {
|
||||
assert_instances_of($services, 'AlmanacService');
|
||||
$bindings = array_mergev(mpull($services, 'getActiveBindings'));
|
||||
return mpull($bindings, null, 'getPHID');
|
||||
|
|
Loading…
Reference in a new issue