1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 06:31:11 +01:00

Small fix

This commit is contained in:
Daniil Gentili 2021-04-08 20:40:09 +02:00
parent b0e8c99745
commit 48a6e95cd5
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -16,7 +16,7 @@ use danog\MadelineProto\Tools;
*/
trait DbPropertiesTrait
{
private ?string $tmpDbPrefix = '';
private ?string $tmpDbPrefix = null;
/**
* Initialize database instance.