👽️ Incorpora modificaciones de la API
This commit is contained in:
parent
50abc73d8a
commit
c56cb256de
6 changed files with 11 additions and 8 deletions
|
|
@ -27,7 +27,7 @@ impl ModuleTrait for Node {
|
|||
}
|
||||
|
||||
fn actions(&self) -> Vec<Action> {
|
||||
vec![action!(ActionBeforePreparePage => before_prepare_page, -1)]
|
||||
vec![action!(actions::page::ActionBeforePreparePage => before_prepare_page, -1)]
|
||||
}
|
||||
|
||||
fn migrations(&self) -> Vec<MigrationItem> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue