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);