1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
This commit is contained in:
Daniil Gentili 2024-06-15 20:59:16 +02:00
parent 8968af440d
commit b1d843f1dd

View File

@ -72,6 +72,9 @@ final class Main
'CHAT_FORBIDDEN' => 403,
'AUTH_KEY_DUPLICATED' => 406,
'MSG_WAIT_TIMEOUT' => -503,
'MSG_WAIT_FAILED' => -500,
];
private ?\PDO $pdo = null;