changed name

This commit is contained in:
2023-06-30 22:03:23 +09:00
parent 4c36377de9
commit 68f1e353ee
2 changed files with 7 additions and 6 deletions
+4 -3
View File
@@ -3,10 +3,11 @@
class
Chat
{
var $db;
private $db;
function
__construct ()
__construct ():
void
{
$config = include (__DIR__ . '/config.php');
@@ -28,7 +29,7 @@ Chat
$sql = "
INSERT INTO
chats (
id,
user_id,
text)
VALUES
(