diff --git a/src/applications/almanac/editor/AlmanacNetworkEditor.php b/src/applications/almanac/editor/AlmanacNetworkEditor.php index 779a0c7bda..81f0e63d46 100644 --- a/src/applications/almanac/editor/AlmanacNetworkEditor.php +++ b/src/applications/almanac/editor/AlmanacNetworkEditor.php @@ -82,7 +82,7 @@ final class AlmanacNetworkEditor $errors = parent::validateTransaction($object, $type, $xactions); switch ($type) { - case AlmanacServiceTransaction::TYPE_NAME: + case AlmanacNetworkTransaction::TYPE_NAME: $missing = $this->validateIsEmptyTextField( $object->getName(), $xactions);