From 86aa959097b2b2592f8d430c234b810bdded5606 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 15 Feb 2023 22:00:00 +0000 Subject: [PATCH] expose join date --- core/user.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/user.php b/core/user.php index be9b6cd2..0d553017 100644 --- a/core/user.php +++ b/core/user.php @@ -28,6 +28,7 @@ class User #[Field] public string $name; public ?string $email; + #[Field] public string $join_date; public ?string $passhash; #[Field]