Jake Vanderwerf
2026-04-15 c4aa5cdb5e90ad4b420e22772797d16980232a2b
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