Reverse changes

This commit is contained in:
Dennis 2021-10-14 09:03:59 +02:00 committed by GitHub
parent 2249738446
commit c2dadbf996
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ class PaymentController extends Controller
$user->update(['server_limit' => 10]);
}
}
//update role
if ($user->role == 'member') {
$user->update(['role' => 'client']);