Jake Vanderwerf
2026-07-18 de317675a8069b747cb253ba3e2b5dc394ca36ef
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);