fix: issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package events
|
||||
|
||||
import (
|
||||
"backend/providers/events"
|
||||
"backend/providers/event"
|
||||
|
||||
"git.ipao.vip/rogeecn/atom"
|
||||
"git.ipao.vip/rogeecn/atom/container"
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
func Provide(opts ...opt.Option) error {
|
||||
if err := container.Container.Provide(func(
|
||||
__event *events.PubSub,
|
||||
__event *event.PubSub,
|
||||
) (contracts.Initial, error) {
|
||||
obj := &UserRegister{}
|
||||
if err := obj.Prepare(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user