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;
}
}