Jake Vanderwerf
2026-07-12 c204185ae86a98994f80010abf35a190c9406739
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);