mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 11:45:14 +00:00
Update the Reports icon around the site
This commit is contained in:
@@ -64,7 +64,7 @@ class ReportController extends Controller
|
|||||||
$this->middleware(
|
$this->middleware(
|
||||||
function ($request, $next) {
|
function ($request, $next) {
|
||||||
app('view')->share('title', (string) trans('firefly.reports'));
|
app('view')->share('title', (string) trans('firefly.reports'));
|
||||||
app('view')->share('mainTitleIcon', 'fa-line-chart');
|
app('view')->share('mainTitleIcon', 'fa-bar-chart');
|
||||||
app('view')->share('subTitleIcon', 'fa-calendar');
|
app('view')->share('subTitleIcon', 'fa-calendar');
|
||||||
$this->helper = app(ReportHelperInterface::class);
|
$this->helper = app(ReportHelperInterface::class);
|
||||||
$this->repository = app(BudgetRepositoryInterface::class);
|
$this->repository = app(BudgetRepositoryInterface::class);
|
||||||
|
Reference in New Issue
Block a user