mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fixup! Add normalization and denormalization for RollingDate
This commit is contained in:
parent
4f030eb11a
commit
0a21fada42
@ -95,7 +95,7 @@ class RollingDate
|
||||
return [
|
||||
'roll' => $this->getRoll(),
|
||||
'fixed_date' => $this->getFixedDate()?->format(self::NORMALIZATION_FORMAT),
|
||||
'pivot_date' => $this->getPivotDate()?->format(self::NORMALIZATION_FORMAT),
|
||||
'pivot_date' => $this->getPivotDate()->format(self::NORMALIZATION_FORMAT),
|
||||
'v' => 1,
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user