diff options
Diffstat (limited to 'matrix-specification/Requests/ClientLoginPostRequest.php')
| -rw-r--r-- | matrix-specification/Requests/ClientLoginPostRequest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-specification/Requests/ClientLoginPostRequest.php b/matrix-specification/Requests/ClientLoginPostRequest.php index d17c558..44497e7 100644 --- a/matrix-specification/Requests/ClientLoginPostRequest.php +++ b/matrix-specification/Requests/ClientLoginPostRequest.php @@ -2,8 +2,8 @@ namespace Matrix\Requests; +use Matrix\Data\UserIdentifier; use Matrix\Enums\LoginType; -use Matrix\UserIdentifier; class ClientLoginPostRequest implements RateLimited, \JsonSerializable { |
