mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Prep for new report.
This commit is contained in:
@@ -132,6 +132,10 @@ class ReportController extends Controller
|
||||
case 'audit':
|
||||
// always default
|
||||
return $this->auditReport($start, $end, $accounts);
|
||||
case 'meta-history':
|
||||
// always default
|
||||
return $this->metaHistoryReport($start, $end, $accounts);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user