summaryrefslogtreecommitdiff
path: root/src/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.php')
-rw-r--r--src/user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.php b/src/user.php
index c09c5d5..e9fec0b 100644
--- a/src/user.php
+++ b/src/user.php
@@ -1,7 +1,7 @@
<?php
class User
{
- private int $id;
+ private string $id;
private string $username;
private int $joined_at;
private int $last_active_at;