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; private $db;
function function
__construct (): __construct ()
void
{ {
$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