Skip to content

Commit

Permalink
PlayController implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeigel committed Mar 24, 2018
1 parent a7b2fcf commit e55b51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/play/mvc/WebSocketController.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import play.libs.F;
import play.mvc.results.WebSocketDisconnect;

public class WebSocketController implements ControllerSupport, LocalVariablesSupport {
public class WebSocketController implements ControllerSupport, LocalVariablesSupport, PlayController {

protected static Http.Request request = null;
protected static Http.Inbound inbound = null;
Expand Down

0 comments on commit e55b51b

Please sign in to comment.