From 664bf41c917b66674904480a629d466779d2a4ba Mon Sep 17 00:00:00 2001 From: StockiP Date: Mon, 2 May 2022 09:21:13 +0200 Subject: [PATCH] added logic / Form --- models/user.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/models/user.class.php b/models/user.class.php index 4edfd21..30a0c84 100644 --- a/models/user.class.php +++ b/models/user.class.php @@ -1,13 +1,13 @@ user_id = $user_id; $this->username = $username; $this->password = $password; $this->email=$email;