minor
This commit is contained in:
parent
3b9f677804
commit
d08cdd6997
@ -10,8 +10,8 @@ class SyncOrthancController extends Controller
|
|||||||
{
|
{
|
||||||
public function __invoke()
|
public function __invoke()
|
||||||
{
|
{
|
||||||
foreach (DicomServer::active()->get() as $host) {
|
foreach (DicomServer::active()->get() as $pacs) {
|
||||||
(new StudiesSync($host))->execute();
|
new StudiesSync($pacs)->execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
return redirect()->route('staff.worklist.index');
|
return redirect()->route('staff.worklist.index');
|
||||||
|
Loading…
Reference in New Issue
Block a user