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

Commit

Permalink
Fix middleware property in websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Jun 12, 2018
1 parent 60b8b89 commit 689dfba
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 689dfba

Please sign in to comment.