Jake Vanderwerf
2026-04-26 86c6cd3cc099d2480932ede03c12cea01e625c94
inc/registrar/Fields.php
@@ -166,8 +166,9 @@
   public function  modifyField(string $name, string $property, mixed $value):void
   {
      $property = 'set'.implode('',array_map('ucfirst',explode('_', $property)));
      $field = $this->fields[$name];
      $field->$property = $value;
      $field->$property($value);
   }
   public function getFields():array