Add updated_at column to accounts
[gamestick-pjgsapi.git] / src / Profile.php
index e120546750d44e2753fe1c73a7d530e5532faa2d..bf6ddb96010f68317bde3d8bfb08947368e5dcd8 100644 (file)
@@ -17,6 +17,7 @@ class Profile
     public ?string $avatar;
 
     public string $created_at;
+    public string $updated_at;
 
     public function __construct()
     {