This commit is contained in:
Marcel Pociot
2020-04-24 16:10:38 +02:00
19 changed files with 1873 additions and 1562 deletions

View File

@@ -74,4 +74,9 @@ class ConnectionManager implements ConnectionManagerContract
return $connection->client_id == $clientId;
});
}
public function getConnections(): array
{
return $this->connections;
}
}

View File

@@ -30,6 +30,7 @@ class ControlConnection
$this->host = $host;
$this->subdomain = $subdomain;
$this->client_id = $clientId;
$this->shared_at = now()->toDateTimeString();
}
public function registerProxy($requestId)