| 1234567891011121314151617 | 
							- <?php
 
- namespace app\facade;
 
- use think\Facade;
 
- /**
 
-  * @method  sendChannel( $events, string $type, int $connection_ids=0, array $data = []) static
 
-  */
 
- class Channel extends Facade
 
- {
 
-     protected static function getFacadeClass(): string
 
-     {
 
-         return 'app\common\util\Channel';
 
-     }
 
- }
 
 
  |