mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 14:07:47 +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,
|
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);
|
$oldName = self::getMigrationName($old);
|
||||||
$newName = self::getMigrationName($new);
|
$newName = self::getMigrationName($new);
|
||||||
|
Loading…
Reference in New Issue
Block a user