This commit is contained in:
Joao Patricio
2023-05-03 07:24:34 +01:00
parent ce9fb38055
commit 79a850f3b9
13 changed files with 36 additions and 25 deletions

View File

@@ -20,6 +20,7 @@ if (!function_exists('remoteProcess')) {
function remoteProcess(
array $command,
Server $server,
string $type,
?string $type_uuid = null,
?Model $model = null,
): Activity {
@@ -40,7 +41,7 @@ if (!function_exists('remoteProcess')) {
EOT,
port: $server->port,
user: $server->user,
type: $type_uuid,
type: $type,
type_uuid: $type_uuid,
model: $model,
),