mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01:00
Fix issue with almanac service type map keying
Summary: Ref T8780. I think this fixes the issue. Test Plan: @chad Reviewers: chad Reviewed By: chad Subscribers: chad, epriestley Maniphest Tasks: T8780 Differential Revision: https://secure.phabricator.com/D13584
This commit is contained in:
parent
9979952e71
commit
64611e9dc6
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ abstract class AlmanacServiceType extends Phobject {
|
|||
public static function getAllServiceTypes() {
|
||||
return id(new PhutilClassMapQuery())
|
||||
->setAncestorClass(__CLASS__)
|
||||
->setUniqueMethod('getServiceTypeShortName')
|
||||
->setSortMethod('getServiceTypeName')
|
||||
->execute();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue