🚧 Code tweaks
This commit is contained in:
parent
5736b5d67b
commit
322cd9b6bf
6 changed files with 20 additions and 19 deletions
|
|
@ -35,13 +35,13 @@ pub trait PackageTrait: AnyBase + Send + Sync {
|
|||
actions![]
|
||||
}
|
||||
|
||||
fn init(&self) {}
|
||||
|
||||
#[cfg(feature = "database")]
|
||||
fn migrations(&self) -> Vec<MigrationItem> {
|
||||
migrations![]
|
||||
}
|
||||
|
||||
fn init(&self) {}
|
||||
|
||||
#[allow(unused_variables)]
|
||||
fn configure_service(&self, scfg: &mut service::web::ServiceConfig) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue