Skip to content

Commit

Permalink
Update contracts/foundation/application.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
  • Loading branch information
almas1992 and hwbrzzl authored Dec 24, 2024
1 parent 01a57b8 commit 9357c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/foundation/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type Application interface {
// GetJson get the JSON implementation.
GetJson() Json
// About add information to the application's about command.
About(section string, details []AboutInfo)
About(section string, items []AboutItem)

// Container
// Bind registers a binding with the container.
Expand Down

0 comments on commit 9357c19

Please sign in to comment.