diff --git a/app/Classes/Modules/Questionnaires/ControllersLogic/FetchAdminWFPendingApprovalPOLogic.php b/app/Classes/Modules/Questionnaires/ControllersLogic/FetchAdminWFPendingApprovalPOLogic.php index 649e727c..54cb6a99 100644 --- a/app/Classes/Modules/Questionnaires/ControllersLogic/FetchAdminWFPendingApprovalPOLogic.php +++ b/app/Classes/Modules/Questionnaires/ControllersLogic/FetchAdminWFPendingApprovalPOLogic.php @@ -63,7 +63,7 @@ class FetchAdminWFPendingApprovalPOLogic extends AbstractControllerLogic $query->where('key', 'approve_po_admin_workflow_processed') ->orWhere(function ($query) { $query->where('key', 'approve_po_admin_workflow_processing') - ->where('updated_at', '>', Carbon::now()->subHour()); + ->where('updated_at', '>', Carbon::now()->subMinutes(30)); }); }) ->pluck('owner_id')