added wifi classification and initial class
This commit is contained in:
@@ -34,4 +34,8 @@ public final class SMSModel extends QRCodeModel<SMSEntity> {
|
||||
public SMSEntity getDetails () {
|
||||
return smsVerificationService.getSMSEntityByQRCodeId(data.getId());
|
||||
}
|
||||
@Override
|
||||
public String retrieveClassification() {
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user