James Cole
2024-07-06 15:50:20 +02:00
parent d5667c7ef6
commit dc675707f9
3 changed files with 12 additions and 4 deletions

View File

@@ -84,6 +84,8 @@ class ShowController extends Controller
$transformer->setParameters(new ParameterBag());
$array = $transformer->transform($recurrence);
$groups = $this->recurring->getTransactions($recurrence);
$today = today(config('app.timezone'));
$array['repeat_until'] = null !== $array['repeat_until'] ? new Carbon($array['repeat_until']) : null;