Jake Vanderwerf
2026-06-29 4089ba01e0881c89a72332e13bc3a80b6bddec2a
inc/managers/ApprovalManager.php
@@ -32,7 +32,7 @@
   protected function defineTables():void
   {
      $types = Registrar::getFeatured('approve_new');
      $types = Registrar::withFeature('approve_new');
      foreach ($types as $type) {
         $requests = CustomTable::for("approval_{$type}_requests");
         $registrar = Registrar::getInstance($type);