diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-03 16:50:50 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-03 16:50:50 +0500 |
| commit | 2c51a000a9f2f51f54b761e4975086f9db3780a4 (patch) | |
| tree | 6fbe2871a652cf3264cfd42fede1d6369cefca84 /src/user.php | |
| parent | a196b0bdf3d7dd4a86c4bf0bc5d5065ac03cd268 (diff) | |
upd: big changes in database.sql + .webp is now default image format
Diffstat (limited to 'src/user.php')
| -rw-r--r-- | src/user.php | 2 |
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; |
