This commit is contained in:
Andras Bacsai
2023-03-30 09:47:04 +02:00
parent e11f8837a4
commit 6205598b45
7 changed files with 104 additions and 38 deletions

View File

@@ -20,10 +20,12 @@ class DispatchRemoteProcess
$this->activity = activity()
->withProperties($properties)
->performedOn($remoteProcessArgs->model)
->event($remoteProcessArgs->type)
->log("");
} else {
$this->activity = activity()
->withProperties($remoteProcessArgs->toArray())
->event($remoteProcessArgs->type)
->log("");
}
}