This commit is contained in:
dongpd 2020-05-25 12:38:52 +07:00
parent 7bdb458b78
commit bac3662c8f
2 changed files with 0 additions and 1 deletions

View File

@ -173,7 +173,6 @@ class UserController extends Controller {
$model->username = $post['Username']; $model->username = $post['Username'];
$model->phone_number = $post['PhoneNumber']; $model->phone_number = $post['PhoneNumber'];
$model->email = $post['Email']; $model->email = $post['Email'];
$model->quota = $post['Quota'];
$model->save(); $model->save();
AuthAssignment::deleteAll(['user_id' => $id]); AuthAssignment::deleteAll(['user_id' => $id]);
$auth = Yii::$app->authManager; $auth = Yii::$app->authManager;

BIN
db/app.db

Binary file not shown.