Explorar el Código

需求browser触发为reviewed_by

kely hace 10 meses
padre
commit
9507812ffe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Listeners/SendActionBrowserNotification.php

+ 1 - 0
app/Listeners/SendActionBrowserNotification.php

@@ -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 => [],
         };