This commit is contained in:
2023-06-30 22:05:44 +09:00
parent 68f1e353ee
commit f1bf028949
+2 -3
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