mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-08 18:58:07 +00:00
@@ -159,7 +159,9 @@ class ReportController extends Controller
|
||||
|
||||
// get journals for entire period:
|
||||
$data = [];
|
||||
$chartData = [];
|
||||
$chartData = [
|
||||
|
||||
];
|
||||
/** @var GroupCollectorInterface $collector */
|
||||
$collector = app(GroupCollectorInterface::class);
|
||||
$collector->setRange($start, $end)->withAccountInformation();
|
||||
|
||||
Reference in New Issue
Block a user