mirror of https://github.com/Requarks/wiki.git
26 lines
182 B
26 lines
182 B
module.exports = {
|
|
activate() {
|
|
|
|
},
|
|
deactivate() {
|
|
|
|
},
|
|
query() {
|
|
|
|
},
|
|
created() {
|
|
|
|
},
|
|
updated() {
|
|
|
|
},
|
|
deleted() {
|
|
|
|
},
|
|
renamed() {
|
|
|
|
},
|
|
rebuild() {
|
|
|
|
}
|
|
}
|