fix: proxy switch

This commit is contained in:
Andras Bacsai
2024-03-12 12:30:40 +01:00
parent bcc61b0d8b
commit 1835a91467
6 changed files with 133 additions and 134 deletions

View File

@@ -114,7 +114,6 @@ class RunRemoteProcess
}
if ($this->call_event_on_finish) {
try {
ray($this->call_event_data);
if ($this->call_event_data) {
event(resolve("App\\Events\\$this->call_event_on_finish", [
"data" => $this->call_event_data,