`Repository`: Use correct name case for `DateTime::getTimestamp()` in `retrieveGeneralizedTime()` method
This commit is contained in:
parent
22c790ea48
commit
aa5db51e77
|
@ -941,7 +941,7 @@ abstract class Repository implements Selectable
|
|||
}
|
||||
|
||||
try {
|
||||
return ASN1::parseGeneralizedTime($value)->getTimeStamp();
|
||||
return ASN1::parseGeneralizedTime($value)->getTimestamp();
|
||||
} catch (InvalidArgumentException $e) {
|
||||
Logger::debug(sprintf('Repository "%s": %s', $this->getName(), $e->getMessage()));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue