Skip to content
Snippets Groups Projects
Commit 3f8cd2ff authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

Issue #3240218 by Xiaohua Guan, yas: Hotfix - Refresh K8s entities on worker...

Issue #3240218 by Xiaohua Guan, yas: Hotfix - Refresh K8s entities on worker site after running operations from master
parent fe92cd83
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ function cloud_cluster_worker_receive_operations(): void {
continue;
}
$call_user_func_array(
call_user_func_array(
[$service, $method_name],
$item['params']
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment