public function MiniorangeUser::setCustomerID in Google Authenticator / 2 Factor Authentication - 2FA 7
File
- classes/
User.php, line 66
Class
Code
public function setCustomerID($customerId) {
$this->customerId = $customerId;
}
public function setCustomerID($customerId) {
$this->customerId = $customerId;
}