minor
This commit is contained in:
parent
3b9f677804
commit
d08cdd6997
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user