Remove product literal strings in "pht()", part 6
[phabricator.git] / src / applications / harbormaster / stepgroup / HarbormasterControlBuildStepGroup.php
blobf49fd0b12734a8d6e7ec44471e1a94044ab31dc4
1 <?php
3 final class HarbormasterControlBuildStepGroup
4 extends HarbormasterBuildStepGroup {
6 const GROUPKEY = 'harbormaster.control';
8 public function getGroupName() {
9 return pht('Flow Control');
12 public function getGroupOrder() {
13 return 5000;
16 public function shouldShowIfEmpty() {
17 return false;