TaoLer/app/event/Message.php

14 lines
190 B
PHP
Raw Permalink Normal View History

2020-10-19 17:23:55 +08:00
<?php
declare (strict_types = 1);
namespace app\event;
class Message
{
2020-11-30 17:13:55 +08:00
//public $userId;
public function __construct(){
//echo '1111';
//$this->userId = $userId;
2020-10-19 17:23:55 +08:00
}
}