修正
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user