Jake Vanderwerf
6 hours ago 88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
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);