mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Remove todo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user