Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #84 from swooletw/develop
Browse files Browse the repository at this point in the history
Fix middleware property in websocket
  • Loading branch information
albertcht authored Jun 12, 2018
2 parents 208511b + 689dfba commit 51dea74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Websocket/Websocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ class Websocket
protected $callbacks = [];

/**
* Middlewares for on connect request.
* Middleware for on connect request.
*
* @var array
*/
protected $middlewares = [];
protected $middleware = [];

/**
* Pipeline instance.
Expand Down

0 comments on commit 51dea74

Please sign in to comment.