Update Users.php

This commit is contained in:
tripathyr 2021-11-08 17:12:12 +05:30 committed by GitHub
parent 79c2ead095
commit 09d3181e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ class Users {
private $bal_history = CREDITS_HISTORY_TABLE;
private $bank_acc = ACCOUNTS_TABLE;
private $fund_trans = TRANSFER_INFO_TABLE;
private $user_name = null;
private $email = null;
private $name = null;
private $is_active = null;