This commit is contained in:
Dr Masroor Ehsan 2025-01-28 22:11:12 +06:00
parent 3b9f677804
commit d08cdd6997

View File

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