Jake Vanderwerf
2 days ago 235ce5716edc2f7cbe80fdccf26eac7269587839
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);