mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
fixup! Add normalization and denormalization for RollingDate
This commit is contained in:
@@ -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,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user