From f334ca6081305f3ce2a811e304e4cc7d378ca2e5 Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Sat, 4 Jan 2025 09:38:07 +0600 Subject: [PATCH] minor --- app/Http/Controllers/System/SyncOrthancController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/System/SyncOrthancController.php b/app/Http/Controllers/System/SyncOrthancController.php index 64b1f5d..da03301 100644 --- a/app/Http/Controllers/System/SyncOrthancController.php +++ b/app/Http/Controllers/System/SyncOrthancController.php @@ -11,6 +11,6 @@ public function __invoke() { (new StudiesSync)->execute(); - return redirect()->route('studies.index'); + return redirect()->route('woklist.index'); } }