Skip to content

Commit

Permalink
chore: appmodule missing methods added
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 19, 2024
1 parent 1bc179a commit b1a1e4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x/did/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ var (
_ module.AppModuleBasic = AppModuleBasic{}
)

// IsOnePerModuleType implements the depinject.OnePerModuleType interface.
func (am AppModule) IsOnePerModuleType() {}

// IsAppModule implements the appmodule.AppModule interface.
func (am AppModule) IsAppModule() {}

// ----------------------------------------------------------------------------
// AppModuleBasic
// ----------------------------------------------------------------------------
Expand Down

0 comments on commit b1a1e4d

Please sign in to comment.