mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 03:10:32 -06:00
Remove todo
This commit is contained in:
parent
6d4303aa3f
commit
43e738cb44
@ -23,7 +23,6 @@ class Date
|
||||
public function addPeriod(Carbon $theDate, $repeatFreq, $skip)
|
||||
{
|
||||
$date = clone $theDate;
|
||||
// TODO clone the dates so referred date won't be altered.
|
||||
$add = ($skip + 1);
|
||||
switch ($repeatFreq) {
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user