mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:34:44 +01:00
Fix migration
This commit is contained in:
parent
2a7e4f7833
commit
0fa1f1ac48
@ -33,6 +33,7 @@ pipeline:
|
||||
- API_HASH
|
||||
- BOT_TOKEN
|
||||
- DEST
|
||||
- DEPLOY_KEY
|
||||
environment:
|
||||
- PHP_VERSION=${php}
|
||||
- TAG=${CI_COMMIT_TAG}
|
||||
|
@ -236,7 +236,7 @@ abstract class DriverArray implements DbArray, IteratorAggregate
|
||||
}
|
||||
$base = \str_replace('NullCache\\', '', $instance::class);
|
||||
if ($include_serialization_type && $instance instanceof DriverArray) {
|
||||
$base .= ' ('.$instance->dbSettings->getSerializer()->value.')';
|
||||
$base .= ' ('.($instance->dbSettings->getSerializer()?->value ?? 'default').')';
|
||||
}
|
||||
return $base;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user