Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
valentint committed Feb 20, 2017
commit b6c66dfdec65b9a57fb8afa5ebaa36641d25717f
2 changes: 1 addition & 1 deletion Resources/docs/HandshakeMiddleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ You can add any middleware as service to server with your business logic
# Gos Web Socket Bundle
gos_web_socket:
server:
handshake_middleware: []
handshake_middleware:
- @some_service # implements Gos\Bundle\WebSocketBundle\Server\App\Stack\HandshakeMiddlewareInterface
```