mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Refer to new account helper
This commit is contained in:
@@ -17,6 +17,7 @@ class ReportController extends Controller
|
|||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
protected $accountHelper;
|
||||||
/** @var ReportHelperInterface */
|
/** @var ReportHelperInterface */
|
||||||
protected $helper;
|
protected $helper;
|
||||||
|
|
||||||
@@ -28,7 +29,9 @@ class ReportController extends Controller
|
|||||||
public function __construct(ReportHelperInterface $helper)
|
public function __construct(ReportHelperInterface $helper)
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->helper = $helper;
|
|
||||||
|
$this->helper = $helper;
|
||||||
|
$this->accountHelper = app('FireflyIII\Helpers\Report\AccountReportHelperInterface');
|
||||||
|
|
||||||
View::share('title', trans('firefly.reports'));
|
View::share('title', trans('firefly.reports'));
|
||||||
View::share('mainTitleIcon', 'fa-line-chart');
|
View::share('mainTitleIcon', 'fa-line-chart');
|
||||||
|
Reference in New Issue
Block a user