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; private $db;


function function
__construct ():
void
__construct ()
{ {
$config = include (__DIR__ . '/config.php'); $config = include (__DIR__ . '/config.php');


@@ -21,7 +20,7 @@ Chat
} }


function function
send_chat (
send (
int $user_id, int $user_id,
string $text): string $text):
void void


Loading…
Cancel
Save