Browse Source

修正

main
Miteruzo 1 year ago
parent
commit
f1bf028949
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      modules/chat.mod.php

+ 2
- 3
modules/chat.mod.php View File

@@ -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


Loading…
Cancel
Save