Skip to content

Commit

Permalink
Merge pull request #6471 from wallyworld/restore-application-v2
Browse files Browse the repository at this point in the history
Add back Application facade v2
  • Loading branch information
wallyworld committed Oct 19, 2016
2 parents dbf2140 + 7ce8681 commit 744b2a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apiserver/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ var (
)

func init() {
common.RegisterStandardFacade("Application", 2, newAPI)

// Version 3 adds support for cross model relations.
common.RegisterStandardFacade("Application", 3, newAPI)
}

Expand Down

0 comments on commit 744b2a4

Please sign in to comment.