diff options
Diffstat (limited to 'matrix-specification/Requests/ClientSyncGetRequest.php')
-rw-r--r-- | matrix-specification/Requests/ClientSyncGetRequest.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/matrix-specification/Requests/ClientSyncGetRequest.php b/matrix-specification/Requests/ClientSyncGetRequest.php new file mode 100644 index 0000000..2921fcf --- /dev/null +++ b/matrix-specification/Requests/ClientSyncGetRequest.php @@ -0,0 +1,8 @@ +<?php + +namespace Matrix\Requests; + +class ClientSyncGetRequest +{ + # TODO +} |