mirror of
https://github.com/safing/portbase
synced 2025-09-10 15:34:26 +00:00
Reintroduce base module
This commit is contained in:
parent
ddb04a8548
commit
7ab46a8d1e
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ var (
|
|||
)
|
||||
|
||||
func init() {
|
||||
module = modules.Register("notifications", nil, start, nil, "database")
|
||||
module = modules.Register("notifications", nil, start, nil, "database", "base")
|
||||
}
|
||||
|
||||
func start() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue