提交
This commit is contained in:
@@ -72,6 +72,9 @@ final class CustomerCenter extends Base
|
||||
if ($action === 'save') {
|
||||
return $this->saveApplicant();
|
||||
}
|
||||
if ($action === 'remove') {
|
||||
return $this->removeApplicant();
|
||||
}
|
||||
|
||||
$userId = $this->requireLogin();
|
||||
if (!is_int($userId)) {
|
||||
|
||||
Reference in New Issue
Block a user