summaryrefslogtreecommitdiff
path: root/src/user.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-05-03 16:50:50 +0500
committerilotterytea <iltsu@alright.party>2025-05-03 16:50:50 +0500
commit2c51a000a9f2f51f54b761e4975086f9db3780a4 (patch)
tree6fbe2871a652cf3264cfd42fede1d6369cefca84 /src/user.php
parenta196b0bdf3d7dd4a86c4bf0bc5d5065ac03cd268 (diff)
upd: big changes in database.sql + .webp is now default image format
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;