Fix #69
This commit is contained in:
@@ -105,6 +105,7 @@ public class WordpressConfig {
|
||||
|
||||
private String type;
|
||||
private String connection;
|
||||
private String tablePrefix;
|
||||
private Query query;
|
||||
|
||||
public String getType() {
|
||||
@@ -123,6 +124,14 @@ public class WordpressConfig {
|
||||
this.connection = connection;
|
||||
}
|
||||
|
||||
public String getTablePrefix() {
|
||||
return tablePrefix;
|
||||
}
|
||||
|
||||
public void setTablePrefix(String tablePrefix) {
|
||||
this.tablePrefix = tablePrefix;
|
||||
}
|
||||
|
||||
public Query getQuery() {
|
||||
return query;
|
||||
}
|
||||
|
Reference in New Issue
Block a user