mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 06:01:21 +00:00
Made it to level 6!
This commit is contained in:
@@ -326,7 +326,7 @@ class BillTransformer extends AbstractTransformer
|
||||
break;
|
||||
}
|
||||
}
|
||||
$simple = $set->map(
|
||||
$simple = $set->map( // @phpstan-ignore-line
|
||||
static function (Carbon $date) {
|
||||
return $date->toAtomString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user