This commit is contained in:
Dr Masroor Ehsan 2025-01-28 22:20:17 +06:00
parent d08cdd6997
commit e20f7aa703

View File

@ -11,7 +11,7 @@ class SyncOrthancController extends Controller
public function __invoke()
{
foreach (DicomServer::active()->get() as $pacs) {
new StudiesSync($pacs)->execute();
(new StudiesSync($pacs))->execute();
}
return redirect()->route('staff.worklist.index');