mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-08 01:05:37 +08:00
10 lines
125 B
PHP
10 lines
125 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Connection;
|
|
|
|
|
|
class WCConnection extends WSConnection
|
|
{
|
|
public function getType() { return "wc"; }
|
|
} |