From b08047ba485f86038f33175162943c0a9878ab1a Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 19 Sep 2025 17:03:47 +0200 Subject: add separate matrix specification package --- .../Responses/ClientLoginGetResponse.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 matrix-specification/Responses/ClientLoginGetResponse.php (limited to 'matrix-specification/Responses/ClientLoginGetResponse.php') diff --git a/matrix-specification/Responses/ClientLoginGetResponse.php b/matrix-specification/Responses/ClientLoginGetResponse.php new file mode 100644 index 0000000..e0ccc26 --- /dev/null +++ b/matrix-specification/Responses/ClientLoginGetResponse.php @@ -0,0 +1,21 @@ + $this->loginFlows, + ]; + } +} -- cgit v1.2.3