mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
More code for #2543
This commit is contained in:
@@ -211,7 +211,7 @@ class BillTransformer extends AbstractTransformer
|
||||
$currentStart = clone $nextExpectedMatch;
|
||||
}
|
||||
$simple = $set->map(
|
||||
function (Carbon $date) {
|
||||
static function (Carbon $date) {
|
||||
return $date->format('Y-m-d');
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user