mirror of https://github.com/halo-dev/halo
Fix PrimaryProperties implementation bug
parent
2951fc5307
commit
fc7304bc46
|
@ -26,10 +26,10 @@ public enum PrimaryProperties implements PropertyEnum {
|
|||
|
||||
@Override
|
||||
public Class<?> getType() {
|
||||
return null;
|
||||
return type;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getValue() {
|
||||
return null;
|
||||
return value;
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue