Skip to content

Commit

Permalink
deprecate ModBase, it will be removed in v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jun 15, 2020
1 parent fd96543 commit dc7af10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ZM/ModBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
use Swoole\WebSocket\Frame;
use Swoole\WebSocket\Server;

/**
* Class ModBase
* @package ZM
* @deprecated
*/
abstract class ModBase
{
/** @var Server */
Expand Down

0 comments on commit dc7af10

Please sign in to comment.