Skip to content

Commit

Permalink
Merge pull request #1225 from sbeigel/websocketcontroller-fix
Browse files Browse the repository at this point in the history
PlayController implemented
  • Loading branch information
asolntsev authored Jun 4, 2018
2 parents e06ed75 + e55b51b commit 57813a0
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 57813a0

Please sign in to comment.