mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 13:57:46 +01:00
Fix
This commit is contained in:
parent
0b5f068db8
commit
bca492ec77
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user