Skip to content

Commit

Permalink
Add ControllerApplication#get
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Nov 29, 2021
1 parent a98dd6c commit f29e997
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,11 @@ public ControllerApplication addControllers(Controller... controllers) {
return this;
}

/**
* See {@link Application#get()}.
*/
public static ControllerApplication get() {
return (ControllerApplication) Application.get();
}

}

0 comments on commit f29e997

Please sign in to comment.