1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 16:17:46 +01:00
This commit is contained in:
Daniil Gentili 2023-08-13 16:09:42 +02:00
parent 0b5f068db8
commit bca492ec77
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -151,7 +151,7 @@ abstract class DriverArray implements DbType
SerializerType::STRING => fn ($v) => $v,
};
}
private static function migrateDataToDb(self $new, DbArray|null $old): void
private static function migrateDataToDb(self $new, DbType|null $old): void
{
$oldName = self::getMigrationName($old);
$newName = self::getMigrationName($new);