diff options
Diffstat (limited to 'matrix-specification/Requests/ClientLoginGetRequest.php')
-rw-r--r-- | matrix-specification/Requests/ClientLoginGetRequest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/matrix-specification/Requests/ClientLoginGetRequest.php b/matrix-specification/Requests/ClientLoginGetRequest.php new file mode 100644 index 0000000..73cc24c --- /dev/null +++ b/matrix-specification/Requests/ClientLoginGetRequest.php @@ -0,0 +1,6 @@ +<?php + +namespace Matrix\Requests; + +class ClientLoginGetRequest implements RateLimited +{} |