修正
This commit is contained in:
@@ -6,8 +6,7 @@ Chat
|
||||
private $db;
|
||||
|
||||
function
|
||||
__construct ():
|
||||
void
|
||||
__construct ()
|
||||
{
|
||||
$config = include (__DIR__ . '/config.php');
|
||||
|
||||
@@ -21,7 +20,7 @@ Chat
|
||||
}
|
||||
|
||||
function
|
||||
send_chat (
|
||||
send (
|
||||
int $user_id,
|
||||
string $text):
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user