mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Quick fix, unbreak Herald. Proper fix should not go down this path.
Auditors: btrahan, makinde
This commit is contained in:
parent
b023480277
commit
ffb074424d
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ final class HeraldValueTypeConfig {
|
|||
case HeraldActionConfig::ACTION_AUDIT:
|
||||
return self::VALUE_PROJECT;
|
||||
case HeraldActionConfig::ACTION_FLAG:
|
||||
return self::VALUE_FLAG_COLOR;
|
||||
default:
|
||||
throw new Exception("Unknown or invalid action '{$action}'.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue