diff --git a/src/Bundle/ChillMainBundle/Service/RollingDate/RollingDate.php b/src/Bundle/ChillMainBundle/Service/RollingDate/RollingDate.php index 38b75f3a6..e984cad31 100644 --- a/src/Bundle/ChillMainBundle/Service/RollingDate/RollingDate.php +++ b/src/Bundle/ChillMainBundle/Service/RollingDate/RollingDate.php @@ -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, ]; }