@@ -39,6 +39,7 @@ class SendActionBrowserNotification implements ShouldQueue
$userIds = match ($actionObjectType) {
ActionObjectType::TASK => $object->assign > 0 ? [$object->assign] : [],
+ ActionObjectType::REQUIREMENT=>$object->reviewed_by > 0 ? [$object->reviewed_by ] :[],
default => [],
};